Skip to content

Commit

Permalink
Configure lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Aug 21, 2014
1 parent 42ea063 commit fe3831f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ before_install:
notifications:
email:
- medikoo+es5-ext@medikoo.com

script: "npm test && npm run lint"
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
"es6-symbol": "0.1.x"
},
"devDependencies": {
"tad": "0.2.x"
"tad": "0.2.x",
"xlint": "~0.2.1",
"xlint-jslint-medikoo": "~0.1.1"
},
"scripts": {
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
"test": "node ./node_modules/tad/bin/tad"
},
"licence": "MIT"
Expand Down

0 comments on commit fe3831f

Please sign in to comment.