Add some ESLint rules and fix some related issues

This commit is contained in:
Maxime Quandalle 2015-10-14 23:50:12 +02:00
parent 43de3b8a01
commit 944a1065d3
5 changed files with 46 additions and 42 deletions

View file

@ -4,5 +4,6 @@ node_js:
- "0.10.40"
install:
- "npm install -g eslint"
- "npm install -g eslint-plugin-meteor"
script:
- "eslint ./"