chore: fix lint and exclude config files

This commit is contained in:
2026-02-22 02:21:24 +01:00
parent d11dae5f85
commit d6c799078c
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ export default [
"**/.git/**",
"*.js",
"*.mjs",
"*.cjs",
"scripts/**",
"tests/**",
"next-env.d.ts",