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

Commit 340c114

Browse files
committed
latest eslint settings
1 parent cbe8481 commit 340c114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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 --no-semi --write '*.js'",
29+
"lint": "prettier-eslint --write '*.js'",
3030
"secure": "nsp check",
3131
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
3232
"test": "mocha",
@@ -43,7 +43,7 @@
4343
"deps-ok": "1.2.1",
4444
"dont-crack": "1.2.1",
4545
"eslint": "4.6.1",
46-
"eslint-plugin-cypress-dev": "1.0.0",
46+
"eslint-plugin-cypress-dev": "1.0.2",
4747
"eslint-plugin-mocha": "4.11.0",
4848
"github-post-release": "1.13.1",
4949
"license-checker": "13.0.3",

0 commit comments

Comments
 (0)