Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-28 18:57:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-28 19:11:43 +0300
commit55b674ecb5366ea52dd9fca9f302d204b275a3c3 (patch)
tree93ed719c72852ecca189286e4cc0f794c7a144a9 /package.json
parentaefcb563306e99aa032464f6be6bc32e9656761d (diff)
Switch to ESLint.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 222ad2b..8ee49a4 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
- "grunt-contrib-jshint": "^1.1.0",
- "grunt-contrib-nodeunit": "^2.0.0"
+ "grunt-contrib-nodeunit": "^2.0.0",
+ "grunt-eslint": "^21.0.0"
}
}