make prettier and eslint work together
This commit is contained in:
+5
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user