@abinnovision/eslint-config-react 3.1.0-beta.1 → 3.1.0-beta.2
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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-beta.
|
|
3
|
+
"version": "3.1.0-beta.2",
|
|
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-beta.
|
|
55
|
+
"@abinnovision/eslint-config-base": "^3.1.0-beta.2",
|
|
56
56
|
"@abinnovision/prettier-config": "^2.1.5",
|
|
57
57
|
"eslint": "^9.39.1",
|
|
58
58
|
"prettier": "^3.6.2",
|