File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"extends": "@ljharb",
5
5
6
6
"rules": {
7
- "max-statements": [2, 12]
7
+ // "max-statements": [2, 12]
8
8
}
9
9
}
Original file line number Diff line number Diff line change 16
16
"tests-only" : " nyc tape 'test/**/*.js'" ,
17
17
"test:corejs" : " nyc tape test-corejs.js" ,
18
18
"posttest" : " aud --production" ,
19
- "lint" : " eslint ." ,
19
+ "lint" : " eslint --ext=js,mjs ." ,
20
20
"version" : " auto-changelog && git add CHANGELOG.md" ,
21
21
"postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
22
22
},
35
35
"has-tostringtag" : " ^1.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "@ljharb/eslint-config" : " ^17.6 .0" ,
38
+ "@ljharb/eslint-config" : " ^20.0 .0" ,
39
39
"aud" : " ^1.1.5" ,
40
40
"auto-changelog" : " ^2.3.0" ,
41
- "core-js" : " ^3.12.0 " ,
42
- "eslint" : " ^7.32.0 " ,
41
+ "core-js" : " ^3.19.3 " ,
42
+ "eslint" : " ^8.4.1 " ,
43
43
"foreach" : " ^2.0.5" ,
44
44
"indexof" : " ^0.0.1" ,
45
45
"is" : " ^3.3.0" ,
46
46
"nyc" : " ^10.3.2" ,
47
- "safe-publish-latest" : " ^1.1.4 " ,
48
- "tape" : " ^5.3.0 "
47
+ "safe-publish-latest" : " ^2.0.0 " ,
48
+ "tape" : " ^5.3.2 "
49
49
},
50
50
"testling" : {
51
51
"files" : " test/index.js" ,
You can’t perform that action at this time.
0 commit comments