Skip to content

Commit

Permalink
chore(eslint): Move ignore patterns from .eslintignore to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jun 5, 2024
1 parent f12451a commit 47e56e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"extends": [
"@octetstream/eslint-config/typescript/esm",
"@octetstream/eslint-config/typescript/ava"
],
"ignorePatterns": [
"*.js",
"*.cjs",
"*.mjs",
"*.d.ts",
"*.d.cts"
]
}

0 comments on commit 47e56e9

Please sign in to comment.