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 64548d1 commit 4ec3371Copy full SHA for 4ec3371
.eslintrc.cjs
@@ -2,6 +2,12 @@
2
3
module.exports = {
4
root: true,
5
+ ignorePatterns: [
6
+ // These fixtures intentionally exercise AssemblyScript-only syntax that
7
+ // TypeScript's parser rejects before lint rules can run.
8
+ "tests/compiler/parameter-decorators.ts",
9
+ "tests/transform/parameter-decorators.ts"
10
+ ],
11
parser: "@typescript-eslint/parser",
12
plugins: [
13
"@typescript-eslint",
src/program.ts
@@ -129,7 +129,6 @@ import {
129
IndexSignatureNode,
130
InterfaceDeclaration,
131
MethodDeclaration,
132
- ModuleDeclaration,
133
NamespaceDeclaration,
134
ReturnStatement,
135
SwitchCase,
0 commit comments