We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49d42c commit ea87d2fCopy full SHA for ea87d2f
package.json
@@ -19,7 +19,6 @@
19
"cssrecipes-grid": "^1.0.0",
20
"cssrecipes-reset": "^0.5.0",
21
"cssrecipes-utils": "^0.6.2",
22
- "eslint": "^3.4.0",
23
"grunt": "~0.4.5",
24
"grunt-check-dependencies": "~0.9.0",
25
"grunt-cli": "^1.2.0",
@@ -47,8 +46,6 @@
47
46
"setup": "npm run module && npm run virtualenv && npm install && npm run config",
48
"watch": "grunt watch",
49
"build": "grunt",
50
- "lint": "eslint ./Gruntfile.js ./tests ./grunt-tasks ./webcompat/static/js/lib",
51
- "fix": "eslint --fix ./Gruntfile.js ./tests ./grunt-tasks ./webcompat/static/js/lib",
52
"imagemin": "grunt imagemin",
53
"module": "git submodule init && git submodule update",
54
"start": "source env/bin/activate || . env/bin/activate && python run.py",
0 commit comments