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 5dc59ed commit 339f8cbCopy full SHA for 339f8cb
packages/webui/.eslintrc.cjs
@@ -42,7 +42,7 @@ const tsBase = {
42
extends: [...tsExtends],
43
plugins: tsPlugins,
44
...tsParser,
45
- parserOptions: { project: './packages/webui/tsconfig.eslint.json' },
+ parserOptions: { project: './tsconfig.eslint.json' },
46
settings: {
47
node: {
48
tryExtensions: ['.js', '.json', '.node', '.ts', '.tsx', '.d.ts'],
0 commit comments