Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `available-typed…
Browse files Browse the repository at this point in the history
…-arrays`, `object-inspect`, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 8, 2021
1 parent c8f847c commit 8986746
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@

"rules": {
"id-length": 0,
"max-statements": [2, 14],
"max-statements-per-line": [2, { "max": 2 }],
"operator-linebreak": [2, "before"],
},

"overrides": [
{
"files": "test/**",
"rules": {
"no-throw-literal": 0,
},
},
],
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"@@toStringTag"
],
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"available-typed-arrays": "^1.0.4",
"available-typed-arrays": "^1.0.5",
"eclint": "^2.8.1",
"es-value-fixtures": "^1.2.1",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"for-each": "^0.3.3",
"has-tostringtag": "^1.0.0",
"make-arrow-function": "^1.2.0",
"make-async-function": "^1.0.0",
"make-generator-function": "^2.0.0",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"object-inspect": "^1.11.1",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.0"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"testling": {
"files": "test/index.js",
Expand Down
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

/* globals Proxy */
/* eslint no-magic-numbers: 1 */

var test = require('tape');
Expand Down

0 comments on commit 8986746

Please sign in to comment.