Fix eslintrc
This commit is contained in:
parent
9897eec6aa
commit
f80888a075
33
.eslintrc.js
33
.eslintrc.js
@ -1,11 +1,9 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parser: '@typescript-eslint/parser',
|
||||
globals: {
|
||||
Logger: true,
|
||||
performance: true,
|
||||
},
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ["./tsconfig.json"],
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
@ -82,32 +80,5 @@ module.exports = {
|
||||
},
|
||||
env: {
|
||||
node: true,
|
||||
'react-native/react-native': true,
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
version: 'latest',
|
||||
},
|
||||
'import/resolver': {
|
||||
extensions: [
|
||||
'.js',
|
||||
'.jsx',
|
||||
'.ts',
|
||||
'.tsx',
|
||||
'.d.ts',
|
||||
'.android.js',
|
||||
'.android.jsx',
|
||||
'.android.ts',
|
||||
'.android.tsx',
|
||||
'.ios.js',
|
||||
'.ios.jsx',
|
||||
'.ios.ts',
|
||||
'.ios.tsx',
|
||||
'.web.js',
|
||||
'.web.jsx',
|
||||
'.web.ts',
|
||||
'.web.tsx',
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user