Skip to content

Commit e2ee65e

Browse files
committed
Update .eslintrc
1 parent 7530ca4 commit e2ee65e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.eslintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
},
55
"extends": [
66
"eslint:recommended",
7-
"plugin:prettier/recommended"
7+
"prettier"
88
],
99
"parser": "babel-eslint",
1010
"plugins": [
1111
"prettier"
1212
],
1313
"rules": {
14-
"prettier": [
15-
true,
14+
"prettier/prettier": [
15+
"error",
1616
{
1717
"printWidth": 80,
1818
"singleQuote": false,

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files.autoSave": "afterDelay",
33
"editor.tabSize": 2,
4-
4+
"javascript.format.enable": false,
5+
"prettier.eslintIntegration": true,
56
"react-native-tools.projectRoot": "./example"
67
}

0 commit comments

Comments
 (0)