Skip to content

Commit

Permalink
Merge branch 'upstream/r52-ui-bugs' into bbc-release52
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 2, 2024
2 parents 38f5690 + 339f8cb commit e6f8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const tsBase = {
extends: [...tsExtends],
plugins: tsPlugins,
...tsParser,
parserOptions: { project: './packages/webui/tsconfig.eslint.json' },
parserOptions: { project: './tsconfig.eslint.json' },
settings: {
node: {
tryExtensions: ['.js', '.json', '.node', '.ts', '.tsx', '.d.ts'],
Expand Down

0 comments on commit e6f8fdf

Please sign in to comment.