Skip to content

Commit

Permalink
Merge pull request #171 from euank/tmp/pr/eslint
Browse files Browse the repository at this point in the history
Add eslint config, run it in ci for bot.js
  • Loading branch information
euank committed Nov 19, 2017
2 parents bb84d53 + b926e0a commit f92f501
Show file tree
Hide file tree
Showing 6 changed files with 1,198 additions and 223 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "airbnb-base",
"rules": {
"global-require": "off",
"import/no-dynamic-require": "off"
}
}
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ branches:
only:
- master
- dev

script:
- yarn install
- yarn lint
- yarn test
Loading

0 comments on commit f92f501

Please sign in to comment.