Skip to content

Commit

Permalink
chore: enable eslint for loopback-next monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Mar 26, 2019
1 parent 298e015 commit b5537de
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .eslintignore
@@ -0,0 +1,4 @@
node_modules/
dist/
coverage/
api-docs/
3 changes: 3 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,3 @@
module.exports = {
extends: ['./packages/eslint-config/eslintrc.js'],
};
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ matrix:
env: TASK=code-lint
# Running Code Linter -- Requires @loopback/build so it's bootstrapped
script:
- lerna bootstrap --scope @loopback/build --scope @loopback/tslint-config
- lerna bootstrap --scope @loopback/build --scope @loopback/tslint-config --scope @loopback/eslint-config
- npm run lint
- node_js: "8"
os: linux
Expand Down

0 comments on commit b5537de

Please sign in to comment.