Skip to content

Commit 37744a5

Browse files
committed
Version 2.0.0
1 parent 21ee90c commit 37744a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v1.1.2
28
- Remove css global import requirement
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-with-styles",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "ESLint plugin for react-with-styles",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)