update what eslint ignores
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
node_modules/
|
||||
.eslintrc.js
|
||||
types
|
||||
dist
|
||||
schemas
|
||||
temp-schema-generator
|
||||
@@ -6,7 +6,7 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"test": "echo 'TODO: Implement test'",
|
||||
"lint": "eslint . --ext .ts --ignore-path .gitignore --cache",
|
||||
"lint": "eslint . --ext .ts --cache",
|
||||
"generate:api": "npx openapi-typescript schemas/**/*.yml --output schemas/generated-schema.ts"
|
||||
},
|
||||
"engines": {
|
||||
@@ -35,4 +35,4 @@
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user