diff --git a/scripts/eslint/rules/simple-indent.ts b/scripts/eslint/rules/simple-indent.ts index 7ae5dc0190a..157e8a6910d 100644 --- a/scripts/eslint/rules/simple-indent.ts +++ b/scripts/eslint/rules/simple-indent.ts @@ -1,10 +1,7 @@ import { TSESTree } from "@typescript-eslint/experimental-utils"; import { createRule } from "./utils"; -type MessageId = "simpleIndentError"; -type Options = any; - -export = createRule({ +export = createRule({ name: "simple-indent", meta: { docs: {