@gooddata/eslint-config 11.55.0 → 11.56.0-alpha.1
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/base.js +0 -45
- package/dist/base.json +1 -41
- package/dist/browser-esm.js +0 -45
- package/dist/browser-esm.json +0 -40
- package/dist/esm-playwright.js +0 -45
- package/dist/esm-playwright.json +0 -40
- package/dist/esm-react-playwright.js +0 -45
- package/dist/esm-react-playwright.json +0 -40
- package/dist/esm-react-storybook.js +0 -45
- package/dist/esm-react-storybook.json +0 -40
- package/dist/esm-react-vitest-rtl.js +0 -45
- package/dist/esm-react-vitest-rtl.json +0 -40
- package/dist/esm-react-vitest.js +0 -45
- package/dist/esm-react-vitest.json +0 -40
- package/dist/esm-react.js +0 -45
- package/dist/esm-react.json +0 -40
- package/dist/esm-vitest-rtl.js +0 -45
- package/dist/esm-vitest-rtl.json +0 -40
- package/dist/esm-vitest.js +0 -45
- package/dist/esm-vitest.json +0 -40
- package/dist/esm.js +0 -45
- package/dist/esm.json +0 -40
- package/dist/oxlint-base.js +0 -44
- package/dist/oxlint-browser-esm.js +0 -44
- package/dist/oxlint-esm-playwright.js +0 -44
- package/dist/oxlint-esm-react-playwright.js +0 -44
- package/dist/oxlint-esm-react-storybook.js +0 -44
- package/dist/oxlint-esm-react-vitest-rtl.js +0 -44
- package/dist/oxlint-esm-react-vitest.js +0 -44
- package/dist/oxlint-esm-react.js +0 -44
- package/dist/oxlint-esm-vitest-rtl.js +0 -44
- package/dist/oxlint-esm-vitest.js +0 -44
- package/dist/oxlint-esm.js +0 -44
- package/dist/oxlint-react-playwright.js +0 -44
- package/dist/oxlint-react-vitest-rtl.js +0 -44
- package/dist/oxlint-react-vitest.js +0 -44
- package/dist/oxlint-react.js +0 -44
- package/dist/react-playwright.js +0 -45
- package/dist/react-playwright.json +0 -40
- package/dist/react-vitest-rtl.js +0 -45
- package/dist/react-vitest-rtl.json +0 -40
- package/dist/react-vitest.js +0 -45
- package/dist/react-vitest.json +0 -40
- package/dist/react.js +0 -45
- package/dist/react.json +0 -40
- package/package.json +3 -3
|
@@ -1219,50 +1219,6 @@ export default [
|
|
|
1219
1219
|
"**/reference_workspace/**",
|
|
1220
1220
|
],
|
|
1221
1221
|
},
|
|
1222
|
-
{
|
|
1223
|
-
rules: {
|
|
1224
|
-
curly: 0,
|
|
1225
|
-
"no-unexpected-multiline": 0,
|
|
1226
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
1227
|
-
"@typescript-eslint/quotes": 0,
|
|
1228
|
-
"unicorn/template-indent": 0,
|
|
1229
|
-
"@typescript-eslint/block-spacing": "off",
|
|
1230
|
-
"@typescript-eslint/brace-style": "off",
|
|
1231
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
1232
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
1233
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
1234
|
-
"@typescript-eslint/indent": "off",
|
|
1235
|
-
"@typescript-eslint/key-spacing": "off",
|
|
1236
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
1237
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
1238
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
1239
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
1240
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
1241
|
-
"@typescript-eslint/semi": "off",
|
|
1242
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
1243
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
1244
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
1245
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
1246
|
-
"react/jsx-child-element-spacing": "off",
|
|
1247
|
-
"react/jsx-closing-bracket-location": "off",
|
|
1248
|
-
"react/jsx-closing-tag-location": "off",
|
|
1249
|
-
"react/jsx-curly-newline": "off",
|
|
1250
|
-
"react/jsx-curly-spacing": "off",
|
|
1251
|
-
"react/jsx-equals-spacing": "off",
|
|
1252
|
-
"react/jsx-first-prop-new-line": "off",
|
|
1253
|
-
"react/jsx-indent": "off",
|
|
1254
|
-
"react/jsx-indent-props": "off",
|
|
1255
|
-
"react/jsx-max-props-per-line": "off",
|
|
1256
|
-
"react/jsx-newline": "off",
|
|
1257
|
-
"react/jsx-one-expression-per-line": "off",
|
|
1258
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
1259
|
-
"react/jsx-tag-spacing": "off",
|
|
1260
|
-
"react/jsx-wrap-multilines": "off",
|
|
1261
|
-
"unicorn/empty-brace-spaces": "off",
|
|
1262
|
-
"unicorn/no-nested-ternary": "off",
|
|
1263
|
-
"unicorn/number-literal-case": "off",
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
1222
|
{
|
|
1267
1223
|
languageOptions: {
|
|
1268
1224
|
globals: { ...globals.browser },
|
|
@@ -1219,50 +1219,6 @@ export default [
|
|
|
1219
1219
|
"**/reference_workspace/**",
|
|
1220
1220
|
],
|
|
1221
1221
|
},
|
|
1222
|
-
{
|
|
1223
|
-
rules: {
|
|
1224
|
-
curly: 0,
|
|
1225
|
-
"no-unexpected-multiline": 0,
|
|
1226
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
1227
|
-
"@typescript-eslint/quotes": 0,
|
|
1228
|
-
"unicorn/template-indent": 0,
|
|
1229
|
-
"@typescript-eslint/block-spacing": "off",
|
|
1230
|
-
"@typescript-eslint/brace-style": "off",
|
|
1231
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
1232
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
1233
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
1234
|
-
"@typescript-eslint/indent": "off",
|
|
1235
|
-
"@typescript-eslint/key-spacing": "off",
|
|
1236
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
1237
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
1238
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
1239
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
1240
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
1241
|
-
"@typescript-eslint/semi": "off",
|
|
1242
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
1243
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
1244
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
1245
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
1246
|
-
"react/jsx-child-element-spacing": "off",
|
|
1247
|
-
"react/jsx-closing-bracket-location": "off",
|
|
1248
|
-
"react/jsx-closing-tag-location": "off",
|
|
1249
|
-
"react/jsx-curly-newline": "off",
|
|
1250
|
-
"react/jsx-curly-spacing": "off",
|
|
1251
|
-
"react/jsx-equals-spacing": "off",
|
|
1252
|
-
"react/jsx-first-prop-new-line": "off",
|
|
1253
|
-
"react/jsx-indent": "off",
|
|
1254
|
-
"react/jsx-indent-props": "off",
|
|
1255
|
-
"react/jsx-max-props-per-line": "off",
|
|
1256
|
-
"react/jsx-newline": "off",
|
|
1257
|
-
"react/jsx-one-expression-per-line": "off",
|
|
1258
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
1259
|
-
"react/jsx-tag-spacing": "off",
|
|
1260
|
-
"react/jsx-wrap-multilines": "off",
|
|
1261
|
-
"unicorn/empty-brace-spaces": "off",
|
|
1262
|
-
"unicorn/no-nested-ternary": "off",
|
|
1263
|
-
"unicorn/number-literal-case": "off",
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
1222
|
{
|
|
1267
1223
|
languageOptions: {
|
|
1268
1224
|
globals: { ...globals.browser },
|
package/dist/oxlint-react.js
CHANGED
|
@@ -1219,50 +1219,6 @@ export default [
|
|
|
1219
1219
|
"**/reference_workspace/**",
|
|
1220
1220
|
],
|
|
1221
1221
|
},
|
|
1222
|
-
{
|
|
1223
|
-
rules: {
|
|
1224
|
-
curly: 0,
|
|
1225
|
-
"no-unexpected-multiline": 0,
|
|
1226
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
1227
|
-
"@typescript-eslint/quotes": 0,
|
|
1228
|
-
"unicorn/template-indent": 0,
|
|
1229
|
-
"@typescript-eslint/block-spacing": "off",
|
|
1230
|
-
"@typescript-eslint/brace-style": "off",
|
|
1231
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
1232
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
1233
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
1234
|
-
"@typescript-eslint/indent": "off",
|
|
1235
|
-
"@typescript-eslint/key-spacing": "off",
|
|
1236
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
1237
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
1238
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
1239
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
1240
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
1241
|
-
"@typescript-eslint/semi": "off",
|
|
1242
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
1243
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
1244
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
1245
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
1246
|
-
"react/jsx-child-element-spacing": "off",
|
|
1247
|
-
"react/jsx-closing-bracket-location": "off",
|
|
1248
|
-
"react/jsx-closing-tag-location": "off",
|
|
1249
|
-
"react/jsx-curly-newline": "off",
|
|
1250
|
-
"react/jsx-curly-spacing": "off",
|
|
1251
|
-
"react/jsx-equals-spacing": "off",
|
|
1252
|
-
"react/jsx-first-prop-new-line": "off",
|
|
1253
|
-
"react/jsx-indent": "off",
|
|
1254
|
-
"react/jsx-indent-props": "off",
|
|
1255
|
-
"react/jsx-max-props-per-line": "off",
|
|
1256
|
-
"react/jsx-newline": "off",
|
|
1257
|
-
"react/jsx-one-expression-per-line": "off",
|
|
1258
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
1259
|
-
"react/jsx-tag-spacing": "off",
|
|
1260
|
-
"react/jsx-wrap-multilines": "off",
|
|
1261
|
-
"unicorn/empty-brace-spaces": "off",
|
|
1262
|
-
"unicorn/no-nested-ternary": "off",
|
|
1263
|
-
"unicorn/number-literal-case": "off",
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
1222
|
{
|
|
1267
1223
|
languageOptions: {
|
|
1268
1224
|
globals: { ...globals.browser },
|
package/dist/react-playwright.js
CHANGED
|
@@ -615,7 +615,6 @@ export default [
|
|
|
615
615
|
},
|
|
616
616
|
],
|
|
617
617
|
"no-extra-boolean-cast": "error",
|
|
618
|
-
"no-unexpected-multiline": "off",
|
|
619
618
|
"no-restricted-exports": [
|
|
620
619
|
2,
|
|
621
620
|
{
|
|
@@ -2318,50 +2317,6 @@ export default [
|
|
|
2318
2317
|
"**/reference_workspace/**",
|
|
2319
2318
|
],
|
|
2320
2319
|
},
|
|
2321
|
-
{
|
|
2322
|
-
rules: {
|
|
2323
|
-
curly: 0,
|
|
2324
|
-
"no-unexpected-multiline": 0,
|
|
2325
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
2326
|
-
"@typescript-eslint/quotes": 0,
|
|
2327
|
-
"unicorn/template-indent": 0,
|
|
2328
|
-
"@typescript-eslint/block-spacing": "off",
|
|
2329
|
-
"@typescript-eslint/brace-style": "off",
|
|
2330
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
2331
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
2332
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
2333
|
-
"@typescript-eslint/indent": "off",
|
|
2334
|
-
"@typescript-eslint/key-spacing": "off",
|
|
2335
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
2336
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
2337
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
2338
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
2339
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
2340
|
-
"@typescript-eslint/semi": "off",
|
|
2341
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
2342
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
2343
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
2344
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
2345
|
-
"react/jsx-child-element-spacing": "off",
|
|
2346
|
-
"react/jsx-closing-bracket-location": "off",
|
|
2347
|
-
"react/jsx-closing-tag-location": "off",
|
|
2348
|
-
"react/jsx-curly-newline": "off",
|
|
2349
|
-
"react/jsx-curly-spacing": "off",
|
|
2350
|
-
"react/jsx-equals-spacing": "off",
|
|
2351
|
-
"react/jsx-first-prop-new-line": "off",
|
|
2352
|
-
"react/jsx-indent": "off",
|
|
2353
|
-
"react/jsx-indent-props": "off",
|
|
2354
|
-
"react/jsx-max-props-per-line": "off",
|
|
2355
|
-
"react/jsx-newline": "off",
|
|
2356
|
-
"react/jsx-one-expression-per-line": "off",
|
|
2357
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
2358
|
-
"react/jsx-tag-spacing": "off",
|
|
2359
|
-
"react/jsx-wrap-multilines": "off",
|
|
2360
|
-
"unicorn/empty-brace-spaces": "off",
|
|
2361
|
-
"unicorn/no-nested-ternary": "off",
|
|
2362
|
-
"unicorn/number-literal-case": "off",
|
|
2363
|
-
},
|
|
2364
|
-
},
|
|
2365
2320
|
{
|
|
2366
2321
|
languageOptions: {
|
|
2367
2322
|
globals: { ...globals.browser },
|
|
@@ -604,7 +604,6 @@
|
|
|
604
604
|
}
|
|
605
605
|
],
|
|
606
606
|
"no-extra-boolean-cast": "error",
|
|
607
|
-
"no-unexpected-multiline": 0,
|
|
608
607
|
"no-restricted-exports": [
|
|
609
608
|
2,
|
|
610
609
|
{
|
|
@@ -935,45 +934,6 @@
|
|
|
935
934
|
"sonarjs/table-header": "off",
|
|
936
935
|
"sonarjs/no-implicit-global": "off",
|
|
937
936
|
"sonarjs/no-control-regex": "off",
|
|
938
|
-
"curly": 0,
|
|
939
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
940
|
-
"@typescript-eslint/quotes": 0,
|
|
941
|
-
"unicorn/template-indent": 0,
|
|
942
|
-
"@typescript-eslint/block-spacing": "off",
|
|
943
|
-
"@typescript-eslint/brace-style": "off",
|
|
944
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
945
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
946
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
947
|
-
"@typescript-eslint/indent": "off",
|
|
948
|
-
"@typescript-eslint/key-spacing": "off",
|
|
949
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
950
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
951
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
952
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
953
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
954
|
-
"@typescript-eslint/semi": "off",
|
|
955
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
956
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
957
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
958
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
959
|
-
"react/jsx-child-element-spacing": "off",
|
|
960
|
-
"react/jsx-closing-bracket-location": "off",
|
|
961
|
-
"react/jsx-closing-tag-location": "off",
|
|
962
|
-
"react/jsx-curly-newline": "off",
|
|
963
|
-
"react/jsx-curly-spacing": "off",
|
|
964
|
-
"react/jsx-equals-spacing": "off",
|
|
965
|
-
"react/jsx-first-prop-new-line": "off",
|
|
966
|
-
"react/jsx-indent": "off",
|
|
967
|
-
"react/jsx-indent-props": "off",
|
|
968
|
-
"react/jsx-max-props-per-line": "off",
|
|
969
|
-
"react/jsx-newline": "off",
|
|
970
|
-
"react/jsx-one-expression-per-line": "off",
|
|
971
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
972
|
-
"react/jsx-tag-spacing": "off",
|
|
973
|
-
"react/jsx-wrap-multilines": "off",
|
|
974
|
-
"unicorn/empty-brace-spaces": "off",
|
|
975
|
-
"unicorn/no-nested-ternary": "off",
|
|
976
|
-
"unicorn/number-literal-case": "off",
|
|
977
937
|
"react/no-danger": "error",
|
|
978
938
|
"react/prop-types": "off",
|
|
979
939
|
"react/function-component-definition": [
|
package/dist/react-vitest-rtl.js
CHANGED
|
@@ -615,7 +615,6 @@ export default [
|
|
|
615
615
|
},
|
|
616
616
|
],
|
|
617
617
|
"no-extra-boolean-cast": "error",
|
|
618
|
-
"no-unexpected-multiline": "off",
|
|
619
618
|
"no-restricted-exports": [
|
|
620
619
|
2,
|
|
621
620
|
{
|
|
@@ -2318,50 +2317,6 @@ export default [
|
|
|
2318
2317
|
"**/reference_workspace/**",
|
|
2319
2318
|
],
|
|
2320
2319
|
},
|
|
2321
|
-
{
|
|
2322
|
-
rules: {
|
|
2323
|
-
curly: 0,
|
|
2324
|
-
"no-unexpected-multiline": 0,
|
|
2325
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
2326
|
-
"@typescript-eslint/quotes": 0,
|
|
2327
|
-
"unicorn/template-indent": 0,
|
|
2328
|
-
"@typescript-eslint/block-spacing": "off",
|
|
2329
|
-
"@typescript-eslint/brace-style": "off",
|
|
2330
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
2331
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
2332
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
2333
|
-
"@typescript-eslint/indent": "off",
|
|
2334
|
-
"@typescript-eslint/key-spacing": "off",
|
|
2335
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
2336
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
2337
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
2338
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
2339
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
2340
|
-
"@typescript-eslint/semi": "off",
|
|
2341
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
2342
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
2343
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
2344
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
2345
|
-
"react/jsx-child-element-spacing": "off",
|
|
2346
|
-
"react/jsx-closing-bracket-location": "off",
|
|
2347
|
-
"react/jsx-closing-tag-location": "off",
|
|
2348
|
-
"react/jsx-curly-newline": "off",
|
|
2349
|
-
"react/jsx-curly-spacing": "off",
|
|
2350
|
-
"react/jsx-equals-spacing": "off",
|
|
2351
|
-
"react/jsx-first-prop-new-line": "off",
|
|
2352
|
-
"react/jsx-indent": "off",
|
|
2353
|
-
"react/jsx-indent-props": "off",
|
|
2354
|
-
"react/jsx-max-props-per-line": "off",
|
|
2355
|
-
"react/jsx-newline": "off",
|
|
2356
|
-
"react/jsx-one-expression-per-line": "off",
|
|
2357
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
2358
|
-
"react/jsx-tag-spacing": "off",
|
|
2359
|
-
"react/jsx-wrap-multilines": "off",
|
|
2360
|
-
"unicorn/empty-brace-spaces": "off",
|
|
2361
|
-
"unicorn/no-nested-ternary": "off",
|
|
2362
|
-
"unicorn/number-literal-case": "off",
|
|
2363
|
-
},
|
|
2364
|
-
},
|
|
2365
2320
|
{
|
|
2366
2321
|
languageOptions: {
|
|
2367
2322
|
globals: { ...globals.browser },
|
|
@@ -604,7 +604,6 @@
|
|
|
604
604
|
}
|
|
605
605
|
],
|
|
606
606
|
"no-extra-boolean-cast": "error",
|
|
607
|
-
"no-unexpected-multiline": 0,
|
|
608
607
|
"no-restricted-exports": [
|
|
609
608
|
2,
|
|
610
609
|
{
|
|
@@ -935,45 +934,6 @@
|
|
|
935
934
|
"sonarjs/table-header": "off",
|
|
936
935
|
"sonarjs/no-implicit-global": "off",
|
|
937
936
|
"sonarjs/no-control-regex": "off",
|
|
938
|
-
"curly": 0,
|
|
939
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
940
|
-
"@typescript-eslint/quotes": 0,
|
|
941
|
-
"unicorn/template-indent": 0,
|
|
942
|
-
"@typescript-eslint/block-spacing": "off",
|
|
943
|
-
"@typescript-eslint/brace-style": "off",
|
|
944
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
945
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
946
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
947
|
-
"@typescript-eslint/indent": "off",
|
|
948
|
-
"@typescript-eslint/key-spacing": "off",
|
|
949
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
950
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
951
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
952
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
953
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
954
|
-
"@typescript-eslint/semi": "off",
|
|
955
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
956
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
957
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
958
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
959
|
-
"react/jsx-child-element-spacing": "off",
|
|
960
|
-
"react/jsx-closing-bracket-location": "off",
|
|
961
|
-
"react/jsx-closing-tag-location": "off",
|
|
962
|
-
"react/jsx-curly-newline": "off",
|
|
963
|
-
"react/jsx-curly-spacing": "off",
|
|
964
|
-
"react/jsx-equals-spacing": "off",
|
|
965
|
-
"react/jsx-first-prop-new-line": "off",
|
|
966
|
-
"react/jsx-indent": "off",
|
|
967
|
-
"react/jsx-indent-props": "off",
|
|
968
|
-
"react/jsx-max-props-per-line": "off",
|
|
969
|
-
"react/jsx-newline": "off",
|
|
970
|
-
"react/jsx-one-expression-per-line": "off",
|
|
971
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
972
|
-
"react/jsx-tag-spacing": "off",
|
|
973
|
-
"react/jsx-wrap-multilines": "off",
|
|
974
|
-
"unicorn/empty-brace-spaces": "off",
|
|
975
|
-
"unicorn/no-nested-ternary": "off",
|
|
976
|
-
"unicorn/number-literal-case": "off",
|
|
977
937
|
"react/no-danger": "error",
|
|
978
938
|
"react/prop-types": "off",
|
|
979
939
|
"react/function-component-definition": [
|
package/dist/react-vitest.js
CHANGED
|
@@ -614,7 +614,6 @@ export default [
|
|
|
614
614
|
},
|
|
615
615
|
],
|
|
616
616
|
"no-extra-boolean-cast": "error",
|
|
617
|
-
"no-unexpected-multiline": "off",
|
|
618
617
|
"no-restricted-exports": [
|
|
619
618
|
2,
|
|
620
619
|
{
|
|
@@ -2317,50 +2316,6 @@ export default [
|
|
|
2317
2316
|
"**/reference_workspace/**",
|
|
2318
2317
|
],
|
|
2319
2318
|
},
|
|
2320
|
-
{
|
|
2321
|
-
rules: {
|
|
2322
|
-
curly: 0,
|
|
2323
|
-
"no-unexpected-multiline": 0,
|
|
2324
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
2325
|
-
"@typescript-eslint/quotes": 0,
|
|
2326
|
-
"unicorn/template-indent": 0,
|
|
2327
|
-
"@typescript-eslint/block-spacing": "off",
|
|
2328
|
-
"@typescript-eslint/brace-style": "off",
|
|
2329
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
2330
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
2331
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
2332
|
-
"@typescript-eslint/indent": "off",
|
|
2333
|
-
"@typescript-eslint/key-spacing": "off",
|
|
2334
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
2335
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
2336
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
2337
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
2338
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
2339
|
-
"@typescript-eslint/semi": "off",
|
|
2340
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
2341
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
2342
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
2343
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
2344
|
-
"react/jsx-child-element-spacing": "off",
|
|
2345
|
-
"react/jsx-closing-bracket-location": "off",
|
|
2346
|
-
"react/jsx-closing-tag-location": "off",
|
|
2347
|
-
"react/jsx-curly-newline": "off",
|
|
2348
|
-
"react/jsx-curly-spacing": "off",
|
|
2349
|
-
"react/jsx-equals-spacing": "off",
|
|
2350
|
-
"react/jsx-first-prop-new-line": "off",
|
|
2351
|
-
"react/jsx-indent": "off",
|
|
2352
|
-
"react/jsx-indent-props": "off",
|
|
2353
|
-
"react/jsx-max-props-per-line": "off",
|
|
2354
|
-
"react/jsx-newline": "off",
|
|
2355
|
-
"react/jsx-one-expression-per-line": "off",
|
|
2356
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
2357
|
-
"react/jsx-tag-spacing": "off",
|
|
2358
|
-
"react/jsx-wrap-multilines": "off",
|
|
2359
|
-
"unicorn/empty-brace-spaces": "off",
|
|
2360
|
-
"unicorn/no-nested-ternary": "off",
|
|
2361
|
-
"unicorn/number-literal-case": "off",
|
|
2362
|
-
},
|
|
2363
|
-
},
|
|
2364
2319
|
{
|
|
2365
2320
|
languageOptions: {
|
|
2366
2321
|
globals: { ...globals.browser },
|
package/dist/react-vitest.json
CHANGED
|
@@ -603,7 +603,6 @@
|
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
605
|
"no-extra-boolean-cast": "error",
|
|
606
|
-
"no-unexpected-multiline": 0,
|
|
607
606
|
"no-restricted-exports": [
|
|
608
607
|
2,
|
|
609
608
|
{
|
|
@@ -934,45 +933,6 @@
|
|
|
934
933
|
"sonarjs/table-header": "off",
|
|
935
934
|
"sonarjs/no-implicit-global": "off",
|
|
936
935
|
"sonarjs/no-control-regex": "off",
|
|
937
|
-
"curly": 0,
|
|
938
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
939
|
-
"@typescript-eslint/quotes": 0,
|
|
940
|
-
"unicorn/template-indent": 0,
|
|
941
|
-
"@typescript-eslint/block-spacing": "off",
|
|
942
|
-
"@typescript-eslint/brace-style": "off",
|
|
943
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
944
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
945
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
946
|
-
"@typescript-eslint/indent": "off",
|
|
947
|
-
"@typescript-eslint/key-spacing": "off",
|
|
948
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
949
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
950
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
951
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
952
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
953
|
-
"@typescript-eslint/semi": "off",
|
|
954
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
955
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
956
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
957
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
958
|
-
"react/jsx-child-element-spacing": "off",
|
|
959
|
-
"react/jsx-closing-bracket-location": "off",
|
|
960
|
-
"react/jsx-closing-tag-location": "off",
|
|
961
|
-
"react/jsx-curly-newline": "off",
|
|
962
|
-
"react/jsx-curly-spacing": "off",
|
|
963
|
-
"react/jsx-equals-spacing": "off",
|
|
964
|
-
"react/jsx-first-prop-new-line": "off",
|
|
965
|
-
"react/jsx-indent": "off",
|
|
966
|
-
"react/jsx-indent-props": "off",
|
|
967
|
-
"react/jsx-max-props-per-line": "off",
|
|
968
|
-
"react/jsx-newline": "off",
|
|
969
|
-
"react/jsx-one-expression-per-line": "off",
|
|
970
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
971
|
-
"react/jsx-tag-spacing": "off",
|
|
972
|
-
"react/jsx-wrap-multilines": "off",
|
|
973
|
-
"unicorn/empty-brace-spaces": "off",
|
|
974
|
-
"unicorn/no-nested-ternary": "off",
|
|
975
|
-
"unicorn/number-literal-case": "off",
|
|
976
936
|
"react/no-danger": "error",
|
|
977
937
|
"react/prop-types": "off",
|
|
978
938
|
"react/function-component-definition": [
|
package/dist/react.js
CHANGED
|
@@ -612,7 +612,6 @@ export default [
|
|
|
612
612
|
},
|
|
613
613
|
],
|
|
614
614
|
"no-extra-boolean-cast": "error",
|
|
615
|
-
"no-unexpected-multiline": "off",
|
|
616
615
|
"no-restricted-exports": [
|
|
617
616
|
2,
|
|
618
617
|
{
|
|
@@ -2315,50 +2314,6 @@ export default [
|
|
|
2315
2314
|
"**/reference_workspace/**",
|
|
2316
2315
|
],
|
|
2317
2316
|
},
|
|
2318
|
-
{
|
|
2319
|
-
rules: {
|
|
2320
|
-
curly: 0,
|
|
2321
|
-
"no-unexpected-multiline": 0,
|
|
2322
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
2323
|
-
"@typescript-eslint/quotes": 0,
|
|
2324
|
-
"unicorn/template-indent": 0,
|
|
2325
|
-
"@typescript-eslint/block-spacing": "off",
|
|
2326
|
-
"@typescript-eslint/brace-style": "off",
|
|
2327
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
2328
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
2329
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
2330
|
-
"@typescript-eslint/indent": "off",
|
|
2331
|
-
"@typescript-eslint/key-spacing": "off",
|
|
2332
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
2333
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
2334
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
2335
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
2336
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
2337
|
-
"@typescript-eslint/semi": "off",
|
|
2338
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
2339
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
2340
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
2341
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
2342
|
-
"react/jsx-child-element-spacing": "off",
|
|
2343
|
-
"react/jsx-closing-bracket-location": "off",
|
|
2344
|
-
"react/jsx-closing-tag-location": "off",
|
|
2345
|
-
"react/jsx-curly-newline": "off",
|
|
2346
|
-
"react/jsx-curly-spacing": "off",
|
|
2347
|
-
"react/jsx-equals-spacing": "off",
|
|
2348
|
-
"react/jsx-first-prop-new-line": "off",
|
|
2349
|
-
"react/jsx-indent": "off",
|
|
2350
|
-
"react/jsx-indent-props": "off",
|
|
2351
|
-
"react/jsx-max-props-per-line": "off",
|
|
2352
|
-
"react/jsx-newline": "off",
|
|
2353
|
-
"react/jsx-one-expression-per-line": "off",
|
|
2354
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
2355
|
-
"react/jsx-tag-spacing": "off",
|
|
2356
|
-
"react/jsx-wrap-multilines": "off",
|
|
2357
|
-
"unicorn/empty-brace-spaces": "off",
|
|
2358
|
-
"unicorn/no-nested-ternary": "off",
|
|
2359
|
-
"unicorn/number-literal-case": "off",
|
|
2360
|
-
},
|
|
2361
|
-
},
|
|
2362
2317
|
{
|
|
2363
2318
|
languageOptions: {
|
|
2364
2319
|
globals: { ...globals.browser },
|
package/dist/react.json
CHANGED
|
@@ -601,7 +601,6 @@
|
|
|
601
601
|
}
|
|
602
602
|
],
|
|
603
603
|
"no-extra-boolean-cast": "error",
|
|
604
|
-
"no-unexpected-multiline": 0,
|
|
605
604
|
"no-restricted-exports": [
|
|
606
605
|
2,
|
|
607
606
|
{
|
|
@@ -932,45 +931,6 @@
|
|
|
932
931
|
"sonarjs/table-header": "off",
|
|
933
932
|
"sonarjs/no-implicit-global": "off",
|
|
934
933
|
"sonarjs/no-control-regex": "off",
|
|
935
|
-
"curly": 0,
|
|
936
|
-
"@typescript-eslint/lines-around-comment": 0,
|
|
937
|
-
"@typescript-eslint/quotes": 0,
|
|
938
|
-
"unicorn/template-indent": 0,
|
|
939
|
-
"@typescript-eslint/block-spacing": "off",
|
|
940
|
-
"@typescript-eslint/brace-style": "off",
|
|
941
|
-
"@typescript-eslint/comma-dangle": "off",
|
|
942
|
-
"@typescript-eslint/comma-spacing": "off",
|
|
943
|
-
"@typescript-eslint/func-call-spacing": "off",
|
|
944
|
-
"@typescript-eslint/indent": "off",
|
|
945
|
-
"@typescript-eslint/key-spacing": "off",
|
|
946
|
-
"@typescript-eslint/keyword-spacing": "off",
|
|
947
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
948
|
-
"@typescript-eslint/no-extra-parens": "off",
|
|
949
|
-
"@typescript-eslint/no-extra-semi": "off",
|
|
950
|
-
"@typescript-eslint/object-curly-spacing": "off",
|
|
951
|
-
"@typescript-eslint/semi": "off",
|
|
952
|
-
"@typescript-eslint/space-before-blocks": "off",
|
|
953
|
-
"@typescript-eslint/space-before-function-paren": "off",
|
|
954
|
-
"@typescript-eslint/space-infix-ops": "off",
|
|
955
|
-
"@typescript-eslint/type-annotation-spacing": "off",
|
|
956
|
-
"react/jsx-child-element-spacing": "off",
|
|
957
|
-
"react/jsx-closing-bracket-location": "off",
|
|
958
|
-
"react/jsx-closing-tag-location": "off",
|
|
959
|
-
"react/jsx-curly-newline": "off",
|
|
960
|
-
"react/jsx-curly-spacing": "off",
|
|
961
|
-
"react/jsx-equals-spacing": "off",
|
|
962
|
-
"react/jsx-first-prop-new-line": "off",
|
|
963
|
-
"react/jsx-indent": "off",
|
|
964
|
-
"react/jsx-indent-props": "off",
|
|
965
|
-
"react/jsx-max-props-per-line": "off",
|
|
966
|
-
"react/jsx-newline": "off",
|
|
967
|
-
"react/jsx-one-expression-per-line": "off",
|
|
968
|
-
"react/jsx-props-no-multi-spaces": "off",
|
|
969
|
-
"react/jsx-tag-spacing": "off",
|
|
970
|
-
"react/jsx-wrap-multilines": "off",
|
|
971
|
-
"unicorn/empty-brace-spaces": "off",
|
|
972
|
-
"unicorn/no-nested-ternary": "off",
|
|
973
|
-
"unicorn/number-literal-case": "off",
|
|
974
934
|
"react/no-danger": "error",
|
|
975
935
|
"react/prop-types": "off",
|
|
976
936
|
"react/function-component-definition": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/eslint-config",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.56.0-alpha.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "GoodData",
|
|
6
6
|
"repository": {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@types/node": "24.12.0",
|
|
129
129
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
130
130
|
"@typescript-eslint/parser": "8.58.0",
|
|
131
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
131
|
+
"@typescript/native-preview": "7.0.0-dev.20260501.1",
|
|
132
132
|
"@vitest/eslint-plugin": "1.6.19",
|
|
133
133
|
"eslint": "^9.39.2",
|
|
134
134
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"storybook": "^10.5.6",
|
|
154
154
|
"typescript": "5.9.3",
|
|
155
155
|
"vite-node": "5.3.0",
|
|
156
|
-
"@gooddata/lint-config": "11.
|
|
156
|
+
"@gooddata/lint-config": "11.56.0-alpha.1"
|
|
157
157
|
},
|
|
158
158
|
"peerDependencies": {
|
|
159
159
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|