Ignore app.plugin.js
with ESLint
This commit is contained in:
parent
06911495f1
commit
89110dc481
@ -10,7 +10,7 @@ module.exports = {
|
|||||||
ecmaVersion: 2018,
|
ecmaVersion: 2018,
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
},
|
},
|
||||||
ignorePatterns: ['scripts', 'lib', 'docs'],
|
ignorePatterns: ['scripts', 'lib', 'docs', 'app.plugin.js'],
|
||||||
plugins: ['@typescript-eslint', 'react', 'react-native', '@react-native-community', 'prettier', 'react-hooks'],
|
plugins: ['@typescript-eslint', 'react', 'react-native', '@react-native-community', 'prettier', 'react-hooks'],
|
||||||
extends: [
|
extends: [
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
|
Loading…
Reference in New Issue
Block a user