Skip to content

Commit

Permalink
use @shinnn/eslintrc and remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 25, 2015
1 parent 1cf21d7 commit 0159963
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"line-length-cjs.js"
],
"scripts": {
"pretest": "eslint *.js & jscs *.js",
"pretest": "eslint --config node_modules/@shinnn/eslintrc/rc.json --ignore-path .gitignore .",
"test": "node --harmony_arrow_functions test.js",
"coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
Expand All @@ -24,14 +24,11 @@
"client-side"
],
"devDependencies": {
"eslint": "^0.10.0",
"istanbul": "^0.3.2",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.8.0",
"require-bower-files": "^1.0.0",
"tape": "^3.0.3"
},
"jscsConfig": {
"preset": "google"
"@shinnn/eslintrc": "^1.0.0",
"eslint": "^0.21.2",
"istanbul": "^0.3.14",
"istanbul-coveralls": "^1.0.2",
"require-bower-files": "^2.0.0",
"tape": "^4.0.0"
}
}

0 comments on commit 0159963

Please sign in to comment.