We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6b6f8 commit a130178Copy full SHA for a130178
eslint.config.js
@@ -0,0 +1,3 @@
1
+'use strict'
2
+
3
+module.exports = require('neostandard')({})
package.json
@@ -39,13 +39,14 @@
39
"devDependencies": {
40
"bindings": "^1.5.0",
41
"cross-env": "^7.0.3",
42
+ "eslint": "^9.16.0",
43
"mocha": "^11.0.1",
44
"nan": "^2.14.2",
- "require-inject": "^1.4.4",
45
- "standard": "^17.0.0"
+ "neostandard": "^0.11.9",
46
+ "require-inject": "^1.4.4"
47
},
48
"scripts": {
- "lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
49
+ "lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
50
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
51
}
52
0 commit comments