Skip to content

Commit bd029c6

Browse files
committed
chore: ignore AS parameter decorator fixture in eslint
1 parent 4786023 commit bd029c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ export default defineConfig([
2525

2626
// FIXME: Tagged template literal tests with invalid escapes
2727
"tests/compiler/templateliteral.ts",
28+
29+
// Decorators on `this` are not allowed typically in TypeScript, but this
30+
// fixture exercises that AS-only syntax and is validated by transform tests.
31+
"tests/transform/parameter-decorators.ts",
2832
]),
2933

3034
js.configs.recommended,

0 commit comments

Comments
 (0)