Skip to content

Commit

Permalink
chore: clean linter ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 16, 2024
1 parent 901a426 commit 76fe6b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const files = {
'test/**/*.js'
],
ignored: [
'dist',
'preact'
'dist'
]
};

Expand Down

0 comments on commit 76fe6b2

Please sign in to comment.