mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
simple-indent: remove useless types definition
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user