eslint-plugin-react-with-styles
Version:
ESLint plugin for react-with-styles
34 lines (22 loc) • 676 B
Markdown
## v2.4.0
- Add support for eslint v8
- Add engines for node >= 4
## v2.3.0
- Add support for eslint v7
## v2.2.0
- Add support for eslint v6
## v2.1.0
- Add support for eslint v5
## v2.0.0
- Remove `findImportCSSFromWithStylesImportDeclaration` and `findRequireCSSFromWithStylesCallExpression` utils
- Remove `cssNoRTL-only`
- Add `react-with-styles/no-unused-styles` to the recommended config as an error
- Restrict the global import of `css`/`cssNoRTL` from `react-with-styles` in the recommended config
## v1.1.2
- Remove css global import requirement
## v1.1.1
- Support for ESLint v4.
## v1.1.0
- [New] Add no-unused-styles rule.
## v1.0.0
- Initial release.