We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0c2d commit 4146a70Copy full SHA for 4146a70
1 file changed
eslint.config.js
@@ -5,7 +5,7 @@ import reactRefresh from 'eslint-plugin-react-refresh';
5
import tseslint from 'typescript-eslint';
6
7
export default tseslint.config(
8
- { ignores: ['dist', 'dist-*', 'coverage', '.worktrees', '**/node_modules/**'] },
+ { ignores: ['dist', 'dist-*', 'coverage', '.worktrees', '**/node_modules/**', '*.mjs'] },
9
js.configs.recommended,
10
...tseslint.configs.recommended,
11
{
0 commit comments