Chore: Convert JSHint to ESLint
Newer rule system and auto-fixing errors
Showing
.eslintrc
0 → 100644
.jshintrc
deleted
100644 → 0
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| "coverage": "node scripts/coverage.js", | "coverage": "node scripts/coverage.js", | ||
| "install": "node scripts/install.js", | "install": "node scripts/install.js", | ||
| "postinstall": "node scripts/build.js", | "postinstall": "node scripts/build.js", | ||
| "pretest": "node_modules/.bin/jshint bin lib scripts test", | "pretest": "node_modules/.bin/eslint bin/node-sass lib scripts test", | ||
| "test": "node_modules/.bin/mocha test", | "test": "node_modules/.bin/mocha test", | ||
| "build": "node scripts/build.js --force", | "build": "node scripts/build.js --force", | ||
| "prepublish": "not-in-install && node scripts/prepublish.js || in-install" | "prepublish": "not-in-install && node scripts/prepublish.js || in-install" | ||
| ... | @@ -69,8 +69,8 @@ | ... | @@ -69,8 +69,8 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "coveralls": "^2.11.8", | "coveralls": "^2.11.8", | ||
| "eslint": "^2.9.0", | |||
| "istanbul": "^0.4.2", | "istanbul": "^0.4.2", | ||
| "jshint": "^2.9.1", | |||
| "mocha": "^2.4.5", | "mocha": "^2.4.5", | ||
| "mocha-lcov-reporter": "^1.2.0", | "mocha-lcov-reporter": "^1.2.0", | ||
| "rimraf": "^2.5.2" | "rimraf": "^2.5.2" | ||
| ... | ... |
test/.eslintrc
0 → 100644
Please
register
or
sign in
to comment