simple-indent: remove useless types definition

This commit is contained in:
Alexander 2019-08-04 16:42:20 +03:00
parent 4d23429d98
commit 97329306c7

View File

@ -1,10 +1,7 @@
import { TSESTree } from "@typescript-eslint/experimental-utils";
import { createRule } from "./utils";
type MessageId = "simpleIndentError";
type Options = any;
export = createRule<Options, MessageId>({
export = createRule({
name: "simple-indent",
meta: {
docs: {