make prettier and eslint work together
parent
9673225f78
commit
04468eb1b7
|
@ -1,6 +1,10 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ['@react-native-community', 'plugin:react-native-a11y/ios'],
|
||||
extends: [
|
||||
'@react-native-community',
|
||||
'plugin:react-native-a11y/ios',
|
||||
'prettier',
|
||||
],
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['@typescript-eslint', 'detox'],
|
||||
ignorePatterns: [
|
||||
|
|
Loading…
Reference in New Issue