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 853a9fa commit 2637568Copy full SHA for 2637568
package.json
@@ -36,7 +36,7 @@
36
"eslint-config-standard": "^10.2.1",
37
"eslint-plugin-import": "^2.7.0",
38
"eslint-plugin-node": "^5.1.1",
39
- "eslint-plugin-prettier": "^2.2.0",
+ "eslint-plugin-prettier": "^2.3.0",
40
"eslint-plugin-promise": "^3.5.0",
41
"eslint-plugin-standard": "^3.0.1",
42
"husky": "^0.14.3",
@@ -58,15 +58,7 @@
58
"prettier"
59
],
60
"rules": {
61
- "prettier/prettier": [
62
- 2,
63
- {
64
- "printWidth": 120,
65
- "singleQuote": true,
66
- "bracketSpacing": false,
67
- "trailingComma": "es5"
68
- }
69
- ]
+ "prettier/prettier": 2
70
}
71
},
72
"files": [
0 commit comments