Skip to content

Commit ea87d2f

Browse files
committed
Issue #1434 - removed eslint
1 parent e49d42c commit ea87d2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"cssrecipes-grid": "^1.0.0",
2020
"cssrecipes-reset": "^0.5.0",
2121
"cssrecipes-utils": "^0.6.2",
22-
"eslint": "^3.4.0",
2322
"grunt": "~0.4.5",
2423
"grunt-check-dependencies": "~0.9.0",
2524
"grunt-cli": "^1.2.0",
@@ -47,8 +46,6 @@
4746
"setup": "npm run module && npm run virtualenv && npm install && npm run config",
4847
"watch": "grunt watch",
4948
"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",
5249
"imagemin": "grunt imagemin",
5350
"module": "git submodule init && git submodule update",
5451
"start": "source env/bin/activate || . env/bin/activate && python run.py",

0 commit comments

Comments
 (0)