File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 12
12
"max-statements-per-line": [2, { "max": 2 }],
13
13
"no-magic-numbers": 0,
14
14
"no-param-reassign": 1,
15
- "operator-linebreak": [2, "before"],
16
15
"strict": 0, // TODO
17
16
},
18
- "globals": {
19
- "BigInt": false,
20
- "WeakSet": false,
21
- "WeakMap": false,
22
- },
23
17
"overrides": [
24
18
{
25
19
"files": ["test/**", "test-*", "example/**"],
20
+ "extends": "@ljharb/eslint-config/tests",
26
21
"rules": {
27
- "array-bracket-newline": 0,
28
22
"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,
34
23
},
35
24
},
36
25
{
Original file line number Diff line number Diff line change 4
4
"description" : " string representations of objects in node and the browser" ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
7
- "@ljharb/eslint-config" : " ^17.6 .0" ,
7
+ "@ljharb/eslint-config" : " ^20.0 .0" ,
8
8
"aud" : " ^1.1.5" ,
9
9
"core-js" : " ^2.6.12" ,
10
- "eslint" : " ^7.32 .0" ,
10
+ "eslint" : " ^8.4 .0" ,
11
11
"for-each" : " ^0.3.3" ,
12
12
"functions-have-names" : " ^1.2.2" ,
13
13
"has-tostringtag" : " ^1.0.0" ,
14
14
"make-arrow-function" : " ^1.2.0" ,
15
15
"nyc" : " ^10.3.2" ,
16
- "safe-publish-latest" : " ^1.1.4 " ,
16
+ "safe-publish-latest" : " ^2.0.0 " ,
17
17
"string.prototype.repeat" : " ^1.0.0" ,
18
- "tape" : " ^5.3.0 "
18
+ "tape" : " ^5.3.2 "
19
19
},
20
20
"scripts" : {
21
21
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
You can’t perform that action at this time.
0 commit comments