Skip to content

Commit

Permalink
chore: remove excessive globs for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipheris committed Apr 19, 2024
1 parent dc475cc commit c638d0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export default ts.config(
},
{
files: [
'**/*.ts',
'**/*.cts',
'**/*.mts',
],
languageOptions: {
Expand All @@ -76,7 +74,6 @@ export default ts.config(
// disable type-checked rules for non-TS files
{
files: [
'**/*.js',
'**/*.cjs',
'**/*.mjs',
],
Expand Down

0 comments on commit c638d0e

Please sign in to comment.