UNPKG
eslint-plugin-html-attributes
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.3
ESLint plugin to enforce required attributes on HTML elements in JSX/React.
eslint-plugin-html-attributes
/
lib
/
rules
/
html-attribute.d.ts
4 lines
•
138 B
TypeScript
View Raw
1
2
3
4
import
type
{
Rule
}
from
'eslint'
;
declare
const
rule
:
Rule
.
RuleModule
;
export
default
rule;
//# sourceMappingURL=html-attribute.d.ts.map