mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-21 08:40:10 -06:00
fix: Eslint config path issue
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
"ignorePatterns": ["dist"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"project": ["./tsconfig.json", "./tsconfig.node.json"],
|
||||
"project": [
|
||||
"./frontend/app/tsconfig.json",
|
||||
"./frontend/app/tsconfig.node.json"
|
||||
],
|
||||
"tsconfigRootDir": ".",
|
||||
"warnOnUnsupportedTypeScriptVersion": false
|
||||
},
|
||||
"plugins": ["react-refresh", "import", "unused-imports", "prettier"],
|
||||
|
||||
Reference in New Issue
Block a user