All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Custom elements can now be detected via a new setting
(
settings.wc.elementBaseClasses
)
- Updated dependencies to resolve security audits
- Support for
@customElement
JSDoc tag introduced such that classes with such a tag are detected as custom elements and linted correctly.
- Validate element name even when specifying
window.customElements
- Added
parserOptions.sourceType
of'module'
to recommended config.
- Added namespace to rules in configurations (
wc/
)
- Initial release