Skip to content

Commit 1834cd7

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, acorn, zuul
1 parent 9ce5bbc commit 1834cd7

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@
2626
"no-script-url": 1,
2727
"sort-keys": 0,
2828
},
29+
30+
"overrides": [
31+
{
32+
"files": "test.js",
33+
"rules": {
34+
"no-sequences": 1,
35+
},
36+
},
37+
],
2938
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"analyze"
1515
],
1616
"devDependencies": {
17-
"@ljharb/eslint-config": "^17.5.0",
18-
"acorn": "^8.0.5",
17+
"@ljharb/eslint-config": "^17.6.0",
18+
"acorn": "^8.2.4",
1919
"assert": "1.1.1",
20-
"eslint": "^7.18.0",
20+
"eslint": "^7.26.0",
2121
"mocha": "^3.5.3",
2222
"nyc": "^10.3.2",
23-
"zuul": "^3.3.0"
23+
"zuul": "^3.12.0"
2424
},
2525
"scripts": {
2626
"lint": "eslint .",

0 commit comments

Comments
 (0)