update what eslint ignores

This commit is contained in:
Jacob Overgaard
2022-05-18 13:58:24 +02:00
parent 5ac67635d6
commit 951cb13212
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
node_modules/
.eslintrc.js
types
dist
schemas
temp-schema-generator

View File

@@ -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"
}
}
}