UNPKG
@masknet/eslint-plugin
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
eslint plugin for masknet
dimensiondev.github.io/eslint-plugin
DimensionDev/eslint-plugin
@masknet/eslint-plugin
/
lib
/
rules
/
jsx
/
prefer-test-id.d.ts
9 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Options
{
'id'
:
string
;
'elements'
:
string
[];
'attributes'
:
string
[];
'ignore-attributes'
:
string
[]; }
declare
const
_default
:
any
;
export
default
_default;
//# sourceMappingURL=prefer-test-id.d.ts.map