Skip to content

Commit

Permalink
neostandard
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 15, 2024
1 parent 7e40c27 commit efef802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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')({})
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/goto-bus-stop/qs-stringify/issues"
},
"devDependencies": {
"standard": "^17.0.0",
"eslint": "^9.12.0",
"neostandard": "^0.11.6",
"tape": "^5.0.0"
},
"homepage": "https://github.com/goto-bus-stop/qs-stringify",
Expand All @@ -24,7 +25,7 @@
"url": "https://github.com/goto-bus-stop/qs-stringify.git"
},
"scripts": {
"lint": "standard",
"lint": "eslint .",
"tests-only": "node test",
"test": "npm run lint && npm run tests-only"
}
Expand Down

0 comments on commit efef802

Please sign in to comment.