We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7530ca4 commit e2ee65eCopy full SHA for e2ee65e
.eslintrc
@@ -4,15 +4,15 @@
4
},
5
"extends": [
6
"eslint:recommended",
7
- "plugin:prettier/recommended"
+ "prettier"
8
],
9
"parser": "babel-eslint",
10
"plugins": [
11
"prettier"
12
13
"rules": {
14
- "prettier": [
15
- true,
+ "prettier/prettier": [
+ "error",
16
{
17
"printWidth": 80,
18
"singleQuote": false,
.vscode/settings.json
@@ -1,6 +1,7 @@
1
2
"files.autoSave": "afterDelay",
3
"editor.tabSize": 2,
-
+ "javascript.format.enable": false,
+ "prettier.eslintIntegration": true,
"react-native-tools.projectRoot": "./example"
}
0 commit comments