UNPKG
eslint-plugin-structured-todo
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Install:
github.com/maybebot/eslint-plugin-structured-todo
maybebot/eslint-plugin-structured-todo
eslint-plugin-structured-todo
/
dist
/
main.d.ts
10 lines
(9 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Rule
}
from
"eslint"
;
declare
const
plugin
: {
meta
: {
name
:
string
;
version
:
string
; };
rules
:
Record
<
string
,
Rule
.
RuleModule
>; };
export
default
plugin;