We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa1db8 commit ba250e2Copy full SHA for ba250e2
2 files changed
.eslintignore
eslint.config.mjs
@@ -29,6 +29,7 @@ export default defineConfig([
29
'**/*.sh',
30
'**/rollup.config.js',
31
'**/populate-readme.cjs',
32
+ 'eslint.config.mjs',
33
]),
34
{
35
extends: compat.extends(
0 commit comments