make prettier and eslint work together
parent
9673225f78
commit
04468eb1b7
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue