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 14dc864 commit cf44905Copy full SHA for cf44905
.eslintrc.js
.eslintrc.json
@@ -0,0 +1,24 @@
1
+{
2
+ "extends": [
3
+ "plugin:putout/recommended"
4
+ ],
5
+ "plugins": [
6
+ "putout",
7
+ "n"
8
9
+ "overrides": [{
10
+ "files": ["bin/**/*.js"],
11
+ "rules": {
12
+ "no-console": 0,
13
+ "no-process-exit": 0
14
+ },
15
16
+ "plugin:n/recommended"
17
+ ]
18
+ }, {
19
+ "files": ["client/**/*.js"],
20
+ "env": {
21
+ "browser": true
22
+ }
23
+ }]
24
+}
package.json
@@ -67,7 +67,7 @@
67
"css-modules-require-hook": "^4.0.6",
68
"es6-promisify": "^7.0.0",
69
"eslint": "^8.0.0-beta.0",
70
- "eslint-plugin-node": "^11.0.0",
+ "eslint-plugin-n": "^15.2.4",
71
"eslint-plugin-putout": "^16.0.0",
72
"json-loader": "^0.5.4",
73
"madrun": "^9.0.6",
0 commit comments