Skip to content

Commit

Permalink
feat(eslint): add .eslintrc.js in .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Etroynov committed Aug 15, 2020
1 parent 5516c1c commit b22988a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.eslintrc.js
4 changes: 2 additions & 2 deletions eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ module.exports = {
'import/no-unresolved': 'off',
'import/extensions': 'off',
'import/no-useless-path-segments': ['error', {
'noUselessIndex': true
}]
noUselessIndex: true,
}],
},
overrides: [
{
Expand Down

0 comments on commit b22988a

Please sign in to comment.