Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove .eslintignore file in favor of existing .eslintrc.json ignore …
…patterns
  • Loading branch information
James M. Greene authored and James M. Greene committed Apr 18, 2023
1 parent 425b204 commit f7c37e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -13,5 +13,5 @@
"rules": {
"semi": ["error", "never"]
},
"ignorePatterns": ["/dist/", "/pre/"]
"ignorePatterns": ["/dist/"]
}

0 comments on commit f7c37e7

Please sign in to comment.