Skip to content

Commit

Permalink
[Dev Deps] update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 27, 2020
1 parent a2decb5 commit 263274e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"extends": "@ljharb",

"rules": {
"array-bracket-newline": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"array.from": "^1.1.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.1",
"eslint": "^7.12.0",
"eslint": "^7.12.1",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"safe-publish-latest": "^1.1.4",
Expand Down

0 comments on commit 263274e

Please sign in to comment.