Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Run jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Mar 10, 2016
1 parent 4ef5880 commit 0a22e0f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/node_modules
4 changes: 4 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"curly": true,
"esversion": 6
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ install:
- npm prune
- npm install
script:
- make test
- npm run dist
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ node_modules: package.json
npm install

clean:
rm -Rf ./dist
rm -Rf ./dist

test:
./node_modules/.bin/jshint ./app
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"rimraf": "^2.5.2",
"tsconfig-glob": "^0.4.1",
"typescript": "^1.8.2",
"configstore": "^2.0.0"
"configstore": "^2.0.0",
"jshint": "^2.9.1"
}
}

0 comments on commit 0a22e0f

Please sign in to comment.