UNPKG
@eslint/plugin-kit
Version:
latest (0.6.0)
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Utilities for building ESLint plugins.
github.com/eslint/rewrite
eslint/rewrite
@eslint/plugin-kit
/
dist
/
esm
/
types.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@fileoverview
Types for the plugin-kit package. *
@author
Nicholas C. Zakas */
export
type
StringConfig
=
Record
<
string
,
string
|
null
>;
export
type
BooleanConfig
=
Record
<
string
,
boolean
>;