make prettier and eslint work together
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
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',
|
parser: '@typescript-eslint/parser',
|
||||||
plugins: ['@typescript-eslint', 'detox'],
|
plugins: ['@typescript-eslint', 'detox'],
|
||||||
ignorePatterns: [
|
ignorePatterns: [
|
||||||
|
|||||||
Reference in New Issue
Block a user