mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 17:41:26 -06:00
simple-indent: remove useless types definition
This commit is contained in:
parent
4d23429d98
commit
97329306c7
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user