Skip to content

Commit a130178

Browse files
authored
chore: migrate from standard to neostandard (#3103)
1 parent 0e6b6f8 commit a130178

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

eslint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict'
2+
3+
module.exports = require('neostandard')({})

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
"devDependencies": {
4040
"bindings": "^1.5.0",
4141
"cross-env": "^7.0.3",
42+
"eslint": "^9.16.0",
4243
"mocha": "^11.0.1",
4344
"nan": "^2.14.2",
44-
"require-inject": "^1.4.4",
45-
"standard": "^17.0.0"
45+
"neostandard": "^0.11.9",
46+
"require-inject": "^1.4.4"
4647
},
4748
"scripts": {
48-
"lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
49+
"lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
4950
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
5051
}
5152
}

0 commit comments

Comments
 (0)