Skip to content

Commit f2de5c5

Browse files
committed
eslint config updates
1 parent bd915a6 commit f2de5c5

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.eslintrc.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default [
1818
rules: {
1919
'prettier/prettier': 'error',
2020
},
21-
ignores: ['/fixtures/'],
2221
},
2322
{
2423
files: ['tests/**/*.js'],
@@ -28,4 +27,7 @@ export default [
2827
},
2928
},
3029
},
30+
{
31+
ignores: ['fixtures/**'],
32+
},
3133
];

0 commit comments

Comments
 (0)