chore: ignore generated api and ui components in eslint and prettier
This commit is contained in:
parent
85ae2b18a6
commit
4958621964
@ -1,3 +1,4 @@
|
||||
dist
|
||||
node_modules
|
||||
src/api/generated
|
||||
src/components/ui
|
||||
|
||||
@ -7,7 +7,7 @@ import tseslint from "typescript-eslint";
|
||||
import eslintConfigPrettier from "eslint-config-prettier";
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(["dist"]),
|
||||
globalIgnores(["dist", "src/api/generated", "src/components/ui"]),
|
||||
{
|
||||
files: ["**/*.{ts,tsx}"],
|
||||
extends: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user