Skip to content

Commit

Permalink
fix: use custom eslintrc instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Aug 7, 2020
1 parent 6195b84 commit 3b8334f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

16 changes: 16 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"overrides": [
{
"files": [
"**/*.ts"
],
"extends": "./node_modules/aegir/src/config/eslintrc-ts.js"
},
{
"files": [
"**/*.js"
],
"extends": "./node_modules/aegir/src/config/eslintrc.js"
}
]
}

0 comments on commit 3b8334f

Please sign in to comment.