File tree Expand file tree Collapse file tree 5 files changed +20
-22
lines changed
Expand file tree Collapse file tree 5 files changed +20
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- 16
1+ 22
Original file line number Diff line number Diff line change 1+ const mocha = require ( 'eslint-plugin-mocha' ) ;
2+
3+ module . exports = [
4+ ...require ( '@starryinternet/eslint-config-starry' ) ,
5+ mocha . default . configs . recommended ,
6+ {
7+ files : [ 'test/**' ] ,
8+ rules : {
9+ 'mocha/no-mocha-arrows' : 'off'
10+ }
11+ }
12+ ] ;
Original file line number Diff line number Diff line change 2020 },
2121 "homepage" : " https://github.com/StarryInternet/fringe" ,
2222 "devDependencies" : {
23- "@starryinternet/eslint-config-starry" : " 10.5 .0" ,
23+ "@starryinternet/eslint-config-starry" : " 11.0 .0" ,
2424 "benny" : " 3.7.1" ,
25- "chai" : " 4.3.7 " ,
26- "eslint-plugin-mocha" : " 10 .1.0" ,
27- "mocha" : " 10.2.0 " ,
28- "nyc" : " 15 .1.0" ,
29- "rewire" : " 6 .0.0 "
25+ "chai" : " 6.0.1 " ,
26+ "eslint-plugin-mocha" : " 11 .1.0" ,
27+ "mocha" : " 11.7.2 " ,
28+ "nyc" : " 17 .1.0" ,
29+ "rewire" : " 9 .0.1 "
3030 },
3131 "dependencies" : {},
3232 "license" : " MIT" ,
4040 }
4141 ],
4242 "engines" : {
43- "node" : " >=16.0.0 "
43+ "node" : " >=22 "
4444 },
4545 "scripts" : {
4646 "test" : " eslint . && nyc mocha test/**/*" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments