@abinnovision/eslint-config-react 3.1.0-beta.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.1.0](https://github.com/abinnovision/js-commons/compare/eslint-config-react-v3.0.3...eslint-config-react-v3.1.0) (2026-02-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* downgrade to eslint v9 and add documentation about it ([#575](https://github.com/abinnovision/js-commons/issues/575)) ([5810b53](https://github.com/abinnovision/js-commons/commit/5810b538b386fb56848a3d1755a8eda7123e88fd))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* migrate better-tailwindcss rules ([#577](https://github.com/abinnovision/js-commons/issues/577)) ([943ccca](https://github.com/abinnovision/js-commons/commit/943ccca44b166671bc7508481f618767b57a7dad))
|
|
14
|
+
|
|
3
15
|
## [3.0.3](https://github.com/abinnovision/js-commons/compare/eslint-config-react-v3.0.2...eslint-config-react-v3.0.3) (2026-02-19)
|
|
4
16
|
|
|
5
17
|
|
package/dist/index.cjs
CHANGED
|
@@ -256,7 +256,7 @@ var config2 = (0, import_config2.defineConfig)([
|
|
|
256
256
|
*
|
|
257
257
|
* @see https://github.com/schoero/eslint-plugin-better-tailwindcss
|
|
258
258
|
*/
|
|
259
|
-
"better-tailwindcss/no-
|
|
259
|
+
"better-tailwindcss/no-unknown-classes": [
|
|
260
260
|
"warn",
|
|
261
261
|
{ detectComponentClasses: true }
|
|
262
262
|
],
|
package/dist/index.js
CHANGED
|
@@ -219,7 +219,7 @@ var config2 = defineConfig2([
|
|
|
219
219
|
*
|
|
220
220
|
* @see https://github.com/schoero/eslint-plugin-better-tailwindcss
|
|
221
221
|
*/
|
|
222
|
-
"better-tailwindcss/no-
|
|
222
|
+
"better-tailwindcss/no-unknown-classes": [
|
|
223
223
|
"warn",
|
|
224
224
|
{ detectComponentClasses: true }
|
|
225
225
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abinnovision/eslint-config-react",
|
|
3
|
-
"version": "3.1.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"npm": true,
|
|
6
6
|
"ghpr": true,
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"eslint-plugin-react-hooks": "^7.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@abinnovision/eslint-config-base": "^3.1.0
|
|
55
|
+
"@abinnovision/eslint-config-base": "^3.1.0",
|
|
56
56
|
"@abinnovision/prettier-config": "^2.1.5",
|
|
57
57
|
"eslint": "^9.39.1",
|
|
58
58
|
"prettier": "^3.6.2",
|