Skip to content

Commit

Permalink
chore: remove the file '.eslintignore' as it's not used with the actu…
Browse files Browse the repository at this point in the history
…al version of eslint. Put the ignore files in the '.eslintrc' file
  • Loading branch information
Kelvur committed Jul 14, 2024
1 parent 6b188bf commit 11d167d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
}
],
"no-multiple-empty-lines": "off"
}
},
"ignorePatterns": [
"dist/*",
"lib/*"
]
}

0 comments on commit 11d167d

Please sign in to comment.