We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
@ljharb/eslint-config
safe-publish-latest
1 parent bd3f551 commit 1803a8fCopy full SHA for 1803a8f
.eslintrc
@@ -35,5 +35,12 @@
35
"no-throw-literal": 0,
36
},
37
38
+ {
39
+ "files": "test/**",
40
+ "rules": {
41
+ "max-lines": 0,
42
+ "max-lines-per-function": 0,
43
+ },
44
45
],
46
}
package.json
@@ -24,10 +24,10 @@
24
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
25
26
"devDependencies": {
27
- "@ljharb/eslint-config": "^13.1.1",
28
- "eslint": "^5.16.0",
+ "@ljharb/eslint-config": "^14.1.0",
+ "eslint": "^6.6.0",
29
"object-keys": "^1.1.1",
30
- "safe-publish-latest": "^1.1.2",
+ "safe-publish-latest": "^1.1.3",
31
"tap": "0.4.13",
32
"tape": "^4.11.0"
33
test/.eslintrc
0 commit comments