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 21, 2019
1 parent ed30904 commit d73c4c3
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 0 deletions.
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'],
};

0 comments on commit d73c4c3

Please sign in to comment.