Skip to content

Commit

Permalink
tests are linted on ci, but not locally?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 29, 2023
1 parent 47871b9 commit a9bf6ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/@glimmer-workspace/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ module.exports = {
},
},
{
files: ['integration-tests/test/updating-test.ts'],
files: [
'integration-tests/test/updating-test.ts',
'integration-tests/lib/dom/simple-utils.ts',
'integration-tests/lib/modes/jit/delegate.ts',
'integration-tests/lib/modes/jit/register.ts',
'integration-tests/lib/render-delegate.ts',
'integration-tests/test/style-warnings-test.ts',
'integration-tests/test/updating-content-matrix-test.ts',
],
rules: {
'@typescript-eslint/no-redundant-type-constituents': 'off',
},
Expand Down

0 comments on commit a9bf6ca

Please sign in to comment.