@gooddata/eslint-config 11.40.0-alpha.3 → 11.40.0-alpha.5
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/esm-react-playwright.js +1 -7
- package/dist/esm-react-vitest-storybook.js +1 -7
- package/dist/esm-react-vitest.js +1 -7
- package/dist/esm-react.js +1 -7
- package/dist/oxlint-esm-react-playwright.js +1 -7
- package/dist/oxlint-esm-react-vitest-storybook.js +1 -7
- package/dist/oxlint-esm-react-vitest.js +1 -7
- package/dist/oxlint-esm-react.js +1 -7
- package/dist/oxlint-react-playwright.js +1 -7
- package/dist/oxlint-react-vitest.js +1 -7
- package/dist/oxlint-react.js +1 -7
- package/dist/react-playwright.js +1 -7
- package/dist/react-vitest.js +1 -7
- package/dist/react.js +1 -7
- package/package.json +3 -3
|
@@ -2380,6 +2380,7 @@ export default [
|
|
|
2380
2380
|
{
|
|
2381
2381
|
plugins: {
|
|
2382
2382
|
react: plugin0008,
|
|
2383
|
+
"react-hooks": plugin0009,
|
|
2383
2384
|
},
|
|
2384
2385
|
settings: {
|
|
2385
2386
|
react: {
|
|
@@ -2410,13 +2411,6 @@ export default [
|
|
|
2410
2411
|
"never",
|
|
2411
2412
|
],
|
|
2412
2413
|
"react/react-in-jsx-scope": "off",
|
|
2413
|
-
},
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
plugins: {
|
|
2417
|
-
"react-hooks": plugin0009,
|
|
2418
|
-
},
|
|
2419
|
-
rules: {
|
|
2420
2414
|
"react-hooks/rules-of-hooks": "error",
|
|
2421
2415
|
"react-hooks/exhaustive-deps": "error",
|
|
2422
2416
|
},
|
|
@@ -2380,6 +2380,7 @@ export default [
|
|
|
2380
2380
|
{
|
|
2381
2381
|
plugins: {
|
|
2382
2382
|
react: plugin0008,
|
|
2383
|
+
"react-hooks": plugin0009,
|
|
2383
2384
|
},
|
|
2384
2385
|
settings: {
|
|
2385
2386
|
react: {
|
|
@@ -2410,13 +2411,6 @@ export default [
|
|
|
2410
2411
|
"never",
|
|
2411
2412
|
],
|
|
2412
2413
|
"react/react-in-jsx-scope": "off",
|
|
2413
|
-
},
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
plugins: {
|
|
2417
|
-
"react-hooks": plugin0009,
|
|
2418
|
-
},
|
|
2419
|
-
rules: {
|
|
2420
2414
|
"react-hooks/rules-of-hooks": "error",
|
|
2421
2415
|
"react-hooks/exhaustive-deps": "error",
|
|
2422
2416
|
},
|
package/dist/esm-react-vitest.js
CHANGED
|
@@ -2379,6 +2379,7 @@ export default [
|
|
|
2379
2379
|
{
|
|
2380
2380
|
plugins: {
|
|
2381
2381
|
react: plugin0008,
|
|
2382
|
+
"react-hooks": plugin0009,
|
|
2382
2383
|
},
|
|
2383
2384
|
settings: {
|
|
2384
2385
|
react: {
|
|
@@ -2409,13 +2410,6 @@ export default [
|
|
|
2409
2410
|
"never",
|
|
2410
2411
|
],
|
|
2411
2412
|
"react/react-in-jsx-scope": "off",
|
|
2412
|
-
},
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
plugins: {
|
|
2416
|
-
"react-hooks": plugin0009,
|
|
2417
|
-
},
|
|
2418
|
-
rules: {
|
|
2419
2413
|
"react-hooks/rules-of-hooks": "error",
|
|
2420
2414
|
"react-hooks/exhaustive-deps": "error",
|
|
2421
2415
|
},
|
package/dist/esm-react.js
CHANGED
|
@@ -2377,6 +2377,7 @@ export default [
|
|
|
2377
2377
|
{
|
|
2378
2378
|
plugins: {
|
|
2379
2379
|
react: plugin0008,
|
|
2380
|
+
"react-hooks": plugin0009,
|
|
2380
2381
|
},
|
|
2381
2382
|
settings: {
|
|
2382
2383
|
react: {
|
|
@@ -2407,13 +2408,6 @@ export default [
|
|
|
2407
2408
|
"never",
|
|
2408
2409
|
],
|
|
2409
2410
|
"react/react-in-jsx-scope": "off",
|
|
2410
|
-
},
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
plugins: {
|
|
2414
|
-
"react-hooks": plugin0009,
|
|
2415
|
-
},
|
|
2416
|
-
rules: {
|
|
2417
2411
|
"react-hooks/rules-of-hooks": "error",
|
|
2418
2412
|
"react-hooks/exhaustive-deps": "error",
|
|
2419
2413
|
},
|
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
|
@@ -1295,6 +1295,7 @@ export default [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
plugins: {
|
|
1297
1297
|
react: plugin0004,
|
|
1298
|
+
"react-hooks": plugin0005,
|
|
1298
1299
|
},
|
|
1299
1300
|
settings: {
|
|
1300
1301
|
react: {
|
|
@@ -1325,13 +1326,6 @@ export default [
|
|
|
1325
1326
|
"never",
|
|
1326
1327
|
],
|
|
1327
1328
|
"react/react-in-jsx-scope": "off",
|
|
1328
|
-
},
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
plugins: {
|
|
1332
|
-
"react-hooks": plugin0005,
|
|
1333
|
-
},
|
|
1334
|
-
rules: {
|
|
1335
1329
|
"react-hooks/rules-of-hooks": "error",
|
|
1336
1330
|
"react-hooks/exhaustive-deps": "error",
|
|
1337
1331
|
},
|
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
package/dist/oxlint-esm-react.js
CHANGED
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
package/dist/oxlint-react.js
CHANGED
|
@@ -1294,6 +1294,7 @@ export default [
|
|
|
1294
1294
|
{
|
|
1295
1295
|
plugins: {
|
|
1296
1296
|
react: plugin0004,
|
|
1297
|
+
"react-hooks": plugin0005,
|
|
1297
1298
|
},
|
|
1298
1299
|
settings: {
|
|
1299
1300
|
react: {
|
|
@@ -1324,13 +1325,6 @@ export default [
|
|
|
1324
1325
|
"never",
|
|
1325
1326
|
],
|
|
1326
1327
|
"react/react-in-jsx-scope": "off",
|
|
1327
|
-
},
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
plugins: {
|
|
1331
|
-
"react-hooks": plugin0005,
|
|
1332
|
-
},
|
|
1333
|
-
rules: {
|
|
1334
1328
|
"react-hooks/rules-of-hooks": "error",
|
|
1335
1329
|
"react-hooks/exhaustive-deps": "error",
|
|
1336
1330
|
},
|
package/dist/react-playwright.js
CHANGED
|
@@ -2379,6 +2379,7 @@ export default [
|
|
|
2379
2379
|
{
|
|
2380
2380
|
plugins: {
|
|
2381
2381
|
react: plugin0008,
|
|
2382
|
+
"react-hooks": plugin0009,
|
|
2382
2383
|
},
|
|
2383
2384
|
settings: {
|
|
2384
2385
|
react: {
|
|
@@ -2409,13 +2410,6 @@ export default [
|
|
|
2409
2410
|
"never",
|
|
2410
2411
|
],
|
|
2411
2412
|
"react/react-in-jsx-scope": "off",
|
|
2412
|
-
},
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
plugins: {
|
|
2416
|
-
"react-hooks": plugin0009,
|
|
2417
|
-
},
|
|
2418
|
-
rules: {
|
|
2419
2413
|
"react-hooks/rules-of-hooks": "error",
|
|
2420
2414
|
"react-hooks/exhaustive-deps": "error",
|
|
2421
2415
|
},
|
package/dist/react-vitest.js
CHANGED
|
@@ -2378,6 +2378,7 @@ export default [
|
|
|
2378
2378
|
{
|
|
2379
2379
|
plugins: {
|
|
2380
2380
|
react: plugin0008,
|
|
2381
|
+
"react-hooks": plugin0009,
|
|
2381
2382
|
},
|
|
2382
2383
|
settings: {
|
|
2383
2384
|
react: {
|
|
@@ -2408,13 +2409,6 @@ export default [
|
|
|
2408
2409
|
"never",
|
|
2409
2410
|
],
|
|
2410
2411
|
"react/react-in-jsx-scope": "off",
|
|
2411
|
-
},
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
plugins: {
|
|
2415
|
-
"react-hooks": plugin0009,
|
|
2416
|
-
},
|
|
2417
|
-
rules: {
|
|
2418
2412
|
"react-hooks/rules-of-hooks": "error",
|
|
2419
2413
|
"react-hooks/exhaustive-deps": "error",
|
|
2420
2414
|
},
|
package/dist/react.js
CHANGED
|
@@ -2376,6 +2376,7 @@ export default [
|
|
|
2376
2376
|
{
|
|
2377
2377
|
plugins: {
|
|
2378
2378
|
react: plugin0008,
|
|
2379
|
+
"react-hooks": plugin0009,
|
|
2379
2380
|
},
|
|
2380
2381
|
settings: {
|
|
2381
2382
|
react: {
|
|
@@ -2406,13 +2407,6 @@ export default [
|
|
|
2406
2407
|
"never",
|
|
2407
2408
|
],
|
|
2408
2409
|
"react/react-in-jsx-scope": "off",
|
|
2409
|
-
},
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
plugins: {
|
|
2413
|
-
"react-hooks": plugin0009,
|
|
2414
|
-
},
|
|
2415
|
-
rules: {
|
|
2416
2410
|
"react-hooks/rules-of-hooks": "error",
|
|
2417
2411
|
"react-hooks/exhaustive-deps": "error",
|
|
2418
2412
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/eslint-config",
|
|
3
|
-
"version": "11.40.0-alpha.
|
|
3
|
+
"version": "11.40.0-alpha.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "GoodData",
|
|
6
6
|
"repository": {
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"eslint-plugin-storybook": "10.1.11",
|
|
126
126
|
"globals": "17.2.0",
|
|
127
127
|
"jiti": "2.6.1",
|
|
128
|
-
"oxfmt": "0.
|
|
128
|
+
"oxfmt": "0.52.0",
|
|
129
129
|
"react": "19.1.1",
|
|
130
130
|
"react-dom": "19.1.1",
|
|
131
131
|
"storybook": "^10.1.11",
|
|
132
132
|
"typescript": "5.9.3",
|
|
133
133
|
"vite-node": "^5.2.0",
|
|
134
|
-
"@gooddata/lint-config": "11.40.0-alpha.
|
|
134
|
+
"@gooddata/lint-config": "11.40.0-alpha.5"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|