Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `safe-publish-la…
Browse files Browse the repository at this point in the history
…test`, `tape`
  • Loading branch information
ljharb committed Dec 5, 2021
1 parent 282a4e6 commit ee76f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

"extends": "@ljharb",

"globals": {
"BigInt": false,
},

"rules": {
"complexity": [1, 10],
"eqeqeq": [2, "allow-null"],
Expand All @@ -24,7 +20,6 @@
"string": true
}],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
"operator-linebreak": [2, "before"],
},

"overrides": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"which-collection": "^1.0.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"core-js": "^2.6.5 || ^3.16.0",
"es-value-fixtures": "^1.2.1",
"es6-shim": "^0.35.6",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"foreach": "^2.0.5",
"make-arrow-function": "~1.1.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"testling": {
"files": "test/native.js",
Expand Down
2 changes: 0 additions & 2 deletions test/why.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/* eslint-disable operator-linebreak */

var test = require('tape');
var isEqualWhy = require('../why');
var hasSymbols = require('has-symbols')();
Expand Down

0 comments on commit ee76f73

Please sign in to comment.