Skip to content

Commit ff1495c

Browse files
committed
chore: update everything
1 parent 96fed82 commit ff1495c

File tree

5 files changed

+20
-22
lines changed

5 files changed

+20
-22
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
22

eslint.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
];

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
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",
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
"engines": {
43-
"node": ">=16.0.0"
43+
"node": ">=22"
4444
},
4545
"scripts": {
4646
"test": "eslint . && nyc mocha test/**/*",

test/.eslintrc

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)