Skip to content

Commit

Permalink
chore(config): move eslintignore in eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Feb 13, 2022
1 parent 196b3b2 commit 5c38158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ module.exports = {
ecmaVersion: 2020,
sourceType: 'module',
},
ignorePatterns: ['/node_modules/**', '/dist/**', '/public/**'],
}

0 comments on commit 5c38158

Please sign in to comment.