Skip to content

Commit 9732930

Browse files
committed
simple-indent: remove useless types definition
1 parent 4d23429 commit 9732930

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/eslint/rules/simple-indent.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { TSESTree } from "@typescript-eslint/experimental-utils";
22
import { createRule } from "./utils";
33

4-
type MessageId = "simpleIndentError";
5-
type Options = any;
6-
7-
export = createRule<Options, MessageId>({
4+
export = createRule({
85
name: "simple-indent",
96
meta: {
107
docs: {

0 commit comments

Comments
 (0)