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.
eslint
@ljharb/eslint-config
acorn
zuul
1 parent 9ce5bbc commit 1834cd7Copy full SHA for 1834cd7
.eslintrc
@@ -26,4 +26,13 @@
26
"no-script-url": 1,
27
"sort-keys": 0,
28
},
29
+
30
+ "overrides": [
31
+ {
32
+ "files": "test.js",
33
+ "rules": {
34
+ "no-sequences": 1,
35
+ },
36
37
+ ],
38
}
package.json
@@ -14,13 +14,13 @@
14
"analyze"
15
],
16
"devDependencies": {
17
- "@ljharb/eslint-config": "^17.5.0",
18
- "acorn": "^8.0.5",
+ "@ljharb/eslint-config": "^17.6.0",
+ "acorn": "^8.2.4",
19
"assert": "1.1.1",
20
- "eslint": "^7.18.0",
+ "eslint": "^7.26.0",
21
"mocha": "^3.5.3",
22
"nyc": "^10.3.2",
23
- "zuul": "^3.3.0"
+ "zuul": "^3.12.0"
24
25
"scripts": {
"lint": "eslint .",
0 commit comments