mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:03:26 +00:00
[feat] tabs added
This commit is contained in:
@@ -20,6 +20,12 @@ module.exports = {
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
'react/require-default-props': 'off',
|
||||
'react/destructuring-assignment': 'off',
|
||||
'prettier/prettier': [
|
||||
'error',
|
||||
{
|
||||
endOfLine: 'auto',
|
||||
},
|
||||
],
|
||||
'react/jsx-filename-extension': [
|
||||
'error',
|
||||
{ extensions: ['.js', '.tsx', '.jsx'] },
|
||||
|
Reference in New Issue
Block a user