We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee90c commit 37744a5Copy full SHA for 37744a5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.0
2
+- Remove `findImportCSSFromWithStylesImportDeclaration` and `findRequireCSSFromWithStylesCallExpression` utils
3
+- Remove `cssNoRTL-only`
4
+- Add `react-with-styles/no-unused-styles` to the recommended config as an error
5
+- Restrict the global import of `css`/`cssNoRTL` from `react-with-styles` in the recommended config
6
+
7
## v1.1.2
8
- Remove css global import requirement
9
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-with-styles",
- "version": "1.1.2",
+ "version": "2.0.0",
"description": "ESLint plugin for react-with-styles",
"main": "lib/index.js",
"directories": {
0 commit comments