Skip to content

Commit

Permalink
chore: migrate from standard to neostandard
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 3, 2024
1 parent 0e6b6f8 commit 7e2b01e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'

module.exports = require('neostandard')({})
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"devDependencies": {
"bindings": "^1.5.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"mocha": "^11.0.1",
"nan": "^2.14.2",
"require-inject": "^1.4.4",
"standard": "^17.0.0"
"neostandard": "^0.11.9",
"require-inject": "^1.4.4"
},
"scripts": {
"lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
}
}

0 comments on commit 7e2b01e

Please sign in to comment.