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
/
recommended.d.ts
4 lines
•
149 B
TypeScript
View Raw
1
2
3
4
import
type
{
Linter
}
from
'eslint'
;
declare
const
recommended
:
Linter
.
Config
;
export
default
recommended;
//# sourceMappingURL=recommended.d.ts.map