Skip to content

Commit

Permalink
Use original eslint module for linting instead of gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog committed May 26, 2016
1 parent 2c4aa54 commit 6fccbbf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/**
app/node_modules/**
app/lib/**
lib/**
built-tests/**
coverage/**
6 changes: 0 additions & 6 deletions gulp/ci.js

This file was deleted.

9 changes: 0 additions & 9 deletions gulp/tests/lint.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"scripts": {
"dev-up": "npm install && (cd app && npm install) && npm run build",
"test": "gulp test",
"lint": "gulp lint",
"ci": "gulp ci",
"lint": "eslint .",
"ci": "gulp test && npm run lint",
"clean": "gulp clean",
"build": "gulp build",
"watch": "while true ; do gulp watch ; done",
Expand Down Expand Up @@ -69,10 +69,10 @@
"babel-register": "^6.6.0",
"chai": "^3.4.1",
"del": "^2.2.0",
"eslint": "^2.10.2",
"eslint-config-google": "^0.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
Expand Down

0 comments on commit 6fccbbf

Please sign in to comment.