We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d959a28 + 81675b7 commit 93659a1Copy full SHA for 93659a1
3 files changed
lint/src/util/structure.ts
@@ -13,7 +13,7 @@ import {
13
} from '@typescript-eslint/utils/ts-eslint';
14
import { EnumType } from 'typescript';
15
16
-export type Meta = RuleMetaData<string>;
+export type Meta = RuleMetaData<string, unknown[]>;
17
export type Valid = ValidTestCase<unknown[]>;
18
export type Invalid = InvalidTestCase<string, unknown[]>;
19
package.json
@@ -185,7 +185,7 @@
185
"eslint-plugin-lodash": "^7.4.0",
186
"eslint-plugin-rxjs": "^5.0.3",
187
"eslint-plugin-simple-import-sort": "^10.0.0",
188
- "eslint-plugin-unused-imports": "^2.0.0",
+ "eslint-plugin-unused-imports": "^3.2.0",
189
"express-static-gzip": "^2.1.7",
190
"jasmine": "^3.8.0",
191
"jasmine-core": "^3.8.0",
0 commit comments