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 99338f7 commit 77370e0Copy full SHA for 77370e0
.eslintrc.yaml
@@ -5,16 +5,13 @@ env:
5
node: true
6
extends:
7
- eslint:recommended
8
- - prettier
+ - plugin:prettier/recommended
9
parserOptions:
10
ecmaVersion: 9
11
-plugins:
12
13
rules:
14
no-console: off
15
no-var: error
16
prefer-const: error
17
- prettier/prettier: error
18
quotes:
19
- error
20
- single
package.json
@@ -47,7 +47,7 @@
47
"bufferutil": "^4.0.1",
48
"coveralls": "^3.0.3",
49
"eslint": "^7.2.0",
50
- "eslint-config-prettier": "^7.1.0",
+ "eslint-config-prettier": "^8.1.0",
51
"eslint-plugin-prettier": "^3.0.1",
52
"mocha": "^7.0.0",
53
"nyc": "^15.0.0",
0 commit comments