Skip to content

Commit 62a7c83

Browse files
committed
Switch to standard
1 parent 77fdd44 commit 62a7c83

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc.json

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

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"_mocha": "mocha --timeout 120000",
2222
"clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
2323
"docs": "jsdoc -c jsdoc.json",
24-
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
24+
"lint": "standard",
2525
"pretest": "node scripts/make-slink.js && npm run lint",
2626
"test": "c8 npm run _mocha",
2727
"watch": "npm run _mocha -- --watch --growl",
@@ -36,13 +36,12 @@
3636
"minimatch": "^9.0.0",
3737
"pidtree": "^0.6.0",
3838
"read-pkg": "^8.0.0",
39-
"shell-quote": "^1.7.3"
39+
"shell-quote": "^1.7.3",
40+
"standard": "^17.1.0"
4041
},
4142
"devDependencies": {
4243
"auto-changelog": "^2.2.0",
4344
"c8": "^8.0.0",
44-
"eslint": "^4.19.1",
45-
"eslint-config-mysticatea": "^13.0.2",
4645
"fs-extra": "^11.1.0",
4746
"gh-release": "^7.0.0",
4847
"jsdoc": "^4.0.0",

0 commit comments

Comments
 (0)