replace jshint w/ eslint

This commit is contained in:
daviskoh
2015-02-17 15:44:08 -05:00
parent 0c62b9e4ed
commit 4dc175dda4
3 changed files with 11 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"description": "Reimplementation of CSS layout using pure JavaScript",
"main": "src/Layout.js",
"scripts": {
"pretest": "./node_modules/jshint/bin/jshint src",
"pretest": "./node_modules/eslint/bin/eslint.js src",
"test": "./node_modules/karma/bin/karma start ./karma.conf.js --single-run"
},
"repository": {
@@ -18,8 +18,8 @@
},
"homepage": "https://github.com/facebook/css-layout",
"devDependencies": {
"eslint": "^0.14.1",
"jasmine-core": "^2.2.0",
"jshint": "^2.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"