Skip to content

Commit 908cd60

Browse files
committed
fix: add back prettier/recommended eslint config
1 parent f7943cb commit 908cd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
"**/react-native.config.js",
1212
"**/tsconfig.json"
1313
],
14-
extends: ['@react-native', 'plugin:@typescript-eslint/recommended'],
14+
extends: ['@react-native','plugin:prettier/recommended', 'plugin:@typescript-eslint/recommended'],
1515
plugins: ['@typescript-eslint', 'prettier', 'jest'],
1616
parser: '@typescript-eslint/parser',
1717
parserOptions: {

0 commit comments

Comments
 (0)