summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-17 20:47:01 +0300
committerAndrew Dolgov <[email protected]>2020-09-17 20:47:01 +0300
commitf3803c9e6022ab6933cc0713326d24114e368d2a (patch)
treef41a5db08b96e703de87680e3602ba761eeb8e1a /package.json
parent5c1f70348ee9fa51d0246704a2c83eb47aa22828 (diff)
add eslint to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index bbdb6f44c..d20c66112 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"devDependencies": {
+ "eslint": "^7.9.0",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"less": "^3.12.2"