Skip to content

Commit

Permalink
build: fix lint override path
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 19, 2024
1 parent 26d29ac commit 2b431ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
},
overrides: [
{
files: ['packages/safe-ds-cli/src/**', 'packages/ttsl-vscode/src/extension/output.ts'],
files: ['packages/ttsl-cli/src/**', 'packages/ttsl-vscode/src/extension/output.ts'],
rules: {
'no-console': 'off',
},
Expand Down

0 comments on commit 2b431ee

Please sign in to comment.