Skip to content

Commit 7532b12

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape
1 parent 5ed5102 commit 7532b12

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.eslintrc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,14 @@
1212
"max-statements-per-line": [2, { "max": 2 }],
1313
"no-magic-numbers": 0,
1414
"no-param-reassign": 1,
15-
"operator-linebreak": [2, "before"],
1615
"strict": 0, // TODO
1716
},
18-
"globals": {
19-
"BigInt": false,
20-
"WeakSet": false,
21-
"WeakMap": false,
22-
},
2317
"overrides": [
2418
{
2519
"files": ["test/**", "test-*", "example/**"],
20+
"extends": "@ljharb/eslint-config/tests",
2621
"rules": {
27-
"array-bracket-newline": 0,
2822
"id-length": 0,
29-
"max-params": 0,
30-
"max-statements": 0,
31-
"max-statements-per-line": 0,
32-
"object-curly-newline": 0,
33-
"sort-keys": 0,
3423
},
3524
},
3625
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {
7-
"@ljharb/eslint-config": "^17.6.0",
7+
"@ljharb/eslint-config": "^20.0.0",
88
"aud": "^1.1.5",
99
"core-js": "^2.6.12",
10-
"eslint": "^7.32.0",
10+
"eslint": "^8.4.0",
1111
"for-each": "^0.3.3",
1212
"functions-have-names": "^1.2.2",
1313
"has-tostringtag": "^1.0.0",
1414
"make-arrow-function": "^1.2.0",
1515
"nyc": "^10.3.2",
16-
"safe-publish-latest": "^1.1.4",
16+
"safe-publish-latest": "^2.0.0",
1717
"string.prototype.repeat": "^1.0.0",
18-
"tape": "^5.3.0"
18+
"tape": "^5.3.2"
1919
},
2020
"scripts": {
2121
"prepublish": "not-in-publish || npm run prepublishOnly",

0 commit comments

Comments
 (0)