summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-09 15:25:12 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-09 15:25:12 -0500
commitb4336a84b7585840c060f16f6ff6bbe725d94db1 (patch)
treef3b69b8311c6a25e5a152987689a9ea5c81d0dd2 /package.json
parent34c11b36d35544b3e1427cfdf148d39796eef9e8 (diff)
migrate from jshint to eslint
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 10c3dcbb..ff6fe942 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"dependencies": {
"csso-cli": "^3.0.0",
+ "eslint": "^7.13.0",
"html-minifier": "^4.0.0",
- "jshint": "^2.11.1",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.8.0"