make prettier and eslint work together

zio/stable
Ansh Nanda 2023-05-24 14:59:42 -07:00
parent 9673225f78
commit 04468eb1b7
1 changed files with 5 additions and 1 deletions

View File

@ -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: [