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 4786023 commit bd029c6Copy full SHA for bd029c6
eslint.config.js
@@ -25,6 +25,10 @@ export default defineConfig([
25
26
// FIXME: Tagged template literal tests with invalid escapes
27
"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",
32
]),
33
34
js.configs.recommended,
0 commit comments