We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd73b commit 957b9eeCopy full SHA for 957b9ee
packages/eslint-config/eslint.base.config.mjs
@@ -14,6 +14,7 @@ export default tseslint.config(
14
ignores: [
15
"**/node_modules/*",
16
"**/dist/",
17
+ "**/public/",
18
"**/vitest.config.ts",
19
"**/vite.config.ts",
20
"**/tailwind.config.ts"
0 commit comments