Skip to content

Commit 307db3e

Browse files
committed
chore: disable array-element-newline for now so linting is passing; update devDeps.
1 parent 8604bde commit 307db3e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "canonical",
33
"root": true,
44
"rules": {
5+
"array-element-newline": 0,
56
"filenames/match-regex": 0,
67
"prefer-named-capture-group": 0,
78
"unicorn/prevent-abbreviations": 0

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
},
1616
"description": "JSDoc linting rules for ESLint.",
1717
"devDependencies": {
18-
"@babel/cli": "^7.10.3",
19-
"@babel/core": "^7.10.3",
20-
"@babel/node": "^7.10.3",
21-
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
22-
"@babel/preset-env": "^7.10.3",
23-
"@babel/register": "^7.10.3",
24-
"@typescript-eslint/parser": "^3.4.0",
18+
"@babel/cli": "^7.10.4",
19+
"@babel/core": "^7.10.4",
20+
"@babel/node": "^7.10.4",
21+
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
22+
"@babel/preset-env": "^7.10.4",
23+
"@babel/register": "^7.10.4",
24+
"@typescript-eslint/parser": "^3.5.0",
2525
"babel-eslint": "^10.1.0",
2626
"babel-plugin-add-module-exports": "^1.0.2",
2727
"babel-plugin-istanbul": "^6.0.0",
2828
"chai": "^4.2.0",
2929
"cross-env": "^7.0.2",
30-
"eslint": "7.3.1",
31-
"eslint-config-canonical": "^20.0.6",
30+
"eslint": "7.4.0",
31+
"eslint-config-canonical": "^20.1.0",
3232
"gitdown": "^3.1.3",
3333
"glob": "^7.1.6",
3434
"husky": "^4.2.5",
3535
"mocha": "^8.0.1",
3636
"nyc": "^15.1.0",
3737
"rimraf": "^3.0.2",
3838
"semantic-release": "^17.1.1",
39-
"typescript": "^3.9.5"
39+
"typescript": "^3.9.6"
4040
},
4141
"engines": {
4242
"node": ">=10"

0 commit comments

Comments
 (0)