Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit cbe8481

Browse files
committed
remove duplicate options
1 parent 5c3dd99 commit cbe8481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ban": "ban",
2727
"deps": "deps-ok && dependency-check --no-dev .",
2828
"license": "license-checker --production --onlyunknown --csv",
29-
"lint": "prettier-eslint --trailing-comma es5 --no-semi --single-quote --write '*.js'",
29+
"lint": "prettier-eslint --no-semi --write '*.js'",
3030
"secure": "nsp check",
3131
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
3232
"test": "mocha",

0 commit comments

Comments
 (0)