@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.
Files changed (46) hide show
  1. package/dist/base.js +0 -45
  2. package/dist/base.json +1 -41
  3. package/dist/browser-esm.js +0 -45
  4. package/dist/browser-esm.json +0 -40
  5. package/dist/esm-playwright.js +0 -45
  6. package/dist/esm-playwright.json +0 -40
  7. package/dist/esm-react-playwright.js +0 -45
  8. package/dist/esm-react-playwright.json +0 -40
  9. package/dist/esm-react-storybook.js +0 -45
  10. package/dist/esm-react-storybook.json +0 -40
  11. package/dist/esm-react-vitest-rtl.js +0 -45
  12. package/dist/esm-react-vitest-rtl.json +0 -40
  13. package/dist/esm-react-vitest.js +0 -45
  14. package/dist/esm-react-vitest.json +0 -40
  15. package/dist/esm-react.js +0 -45
  16. package/dist/esm-react.json +0 -40
  17. package/dist/esm-vitest-rtl.js +0 -45
  18. package/dist/esm-vitest-rtl.json +0 -40
  19. package/dist/esm-vitest.js +0 -45
  20. package/dist/esm-vitest.json +0 -40
  21. package/dist/esm.js +0 -45
  22. package/dist/esm.json +0 -40
  23. package/dist/oxlint-base.js +0 -44
  24. package/dist/oxlint-browser-esm.js +0 -44
  25. package/dist/oxlint-esm-playwright.js +0 -44
  26. package/dist/oxlint-esm-react-playwright.js +0 -44
  27. package/dist/oxlint-esm-react-storybook.js +0 -44
  28. package/dist/oxlint-esm-react-vitest-rtl.js +0 -44
  29. package/dist/oxlint-esm-react-vitest.js +0 -44
  30. package/dist/oxlint-esm-react.js +0 -44
  31. package/dist/oxlint-esm-vitest-rtl.js +0 -44
  32. package/dist/oxlint-esm-vitest.js +0 -44
  33. package/dist/oxlint-esm.js +0 -44
  34. package/dist/oxlint-react-playwright.js +0 -44
  35. package/dist/oxlint-react-vitest-rtl.js +0 -44
  36. package/dist/oxlint-react-vitest.js +0 -44
  37. package/dist/oxlint-react.js +0 -44
  38. package/dist/react-playwright.js +0 -45
  39. package/dist/react-playwright.json +0 -40
  40. package/dist/react-vitest-rtl.js +0 -45
  41. package/dist/react-vitest-rtl.json +0 -40
  42. package/dist/react-vitest.js +0 -45
  43. package/dist/react-vitest.json +0 -40
  44. package/dist/react.js +0 -45
  45. package/dist/react.json +0 -40
  46. package/package.json +3 -3
package/dist/base.js CHANGED
@@ -610,7 +610,6 @@ export default [
610
610
  },
611
611
  ],
612
612
  "no-extra-boolean-cast": "error",
613
- "no-unexpected-multiline": "off",
614
613
  "no-restricted-exports": [
615
614
  2,
616
615
  {
@@ -2313,48 +2312,4 @@ export default [
2313
2312
  "**/reference_workspace/**",
2314
2313
  ],
2315
2314
  },
2316
- {
2317
- rules: {
2318
- curly: 0,
2319
- "no-unexpected-multiline": 0,
2320
- "@typescript-eslint/lines-around-comment": 0,
2321
- "@typescript-eslint/quotes": 0,
2322
- "unicorn/template-indent": 0,
2323
- "@typescript-eslint/block-spacing": "off",
2324
- "@typescript-eslint/brace-style": "off",
2325
- "@typescript-eslint/comma-dangle": "off",
2326
- "@typescript-eslint/comma-spacing": "off",
2327
- "@typescript-eslint/func-call-spacing": "off",
2328
- "@typescript-eslint/indent": "off",
2329
- "@typescript-eslint/key-spacing": "off",
2330
- "@typescript-eslint/keyword-spacing": "off",
2331
- "@typescript-eslint/member-delimiter-style": "off",
2332
- "@typescript-eslint/no-extra-parens": "off",
2333
- "@typescript-eslint/no-extra-semi": "off",
2334
- "@typescript-eslint/object-curly-spacing": "off",
2335
- "@typescript-eslint/semi": "off",
2336
- "@typescript-eslint/space-before-blocks": "off",
2337
- "@typescript-eslint/space-before-function-paren": "off",
2338
- "@typescript-eslint/space-infix-ops": "off",
2339
- "@typescript-eslint/type-annotation-spacing": "off",
2340
- "react/jsx-child-element-spacing": "off",
2341
- "react/jsx-closing-bracket-location": "off",
2342
- "react/jsx-closing-tag-location": "off",
2343
- "react/jsx-curly-newline": "off",
2344
- "react/jsx-curly-spacing": "off",
2345
- "react/jsx-equals-spacing": "off",
2346
- "react/jsx-first-prop-new-line": "off",
2347
- "react/jsx-indent": "off",
2348
- "react/jsx-indent-props": "off",
2349
- "react/jsx-max-props-per-line": "off",
2350
- "react/jsx-newline": "off",
2351
- "react/jsx-one-expression-per-line": "off",
2352
- "react/jsx-props-no-multi-spaces": "off",
2353
- "react/jsx-tag-spacing": "off",
2354
- "react/jsx-wrap-multilines": "off",
2355
- "unicorn/empty-brace-spaces": "off",
2356
- "unicorn/no-nested-ternary": "off",
2357
- "unicorn/number-literal-case": "off",
2358
- },
2359
- },
2360
2315
  ];
package/dist/base.json CHANGED
@@ -599,7 +599,6 @@
599
599
  }
600
600
  ],
601
601
  "no-extra-boolean-cast": "error",
602
- "no-unexpected-multiline": 0,
603
602
  "no-restricted-exports": [
604
603
  2,
605
604
  {
@@ -929,46 +928,7 @@
929
928
  "sonarjs/empty-string-repetition": "off",
930
929
  "sonarjs/table-header": "off",
931
930
  "sonarjs/no-implicit-global": "off",
932
- "sonarjs/no-control-regex": "off",
933
- "curly": 0,
934
- "@typescript-eslint/lines-around-comment": 0,
935
- "@typescript-eslint/quotes": 0,
936
- "unicorn/template-indent": 0,
937
- "@typescript-eslint/block-spacing": "off",
938
- "@typescript-eslint/brace-style": "off",
939
- "@typescript-eslint/comma-dangle": "off",
940
- "@typescript-eslint/comma-spacing": "off",
941
- "@typescript-eslint/func-call-spacing": "off",
942
- "@typescript-eslint/indent": "off",
943
- "@typescript-eslint/key-spacing": "off",
944
- "@typescript-eslint/keyword-spacing": "off",
945
- "@typescript-eslint/member-delimiter-style": "off",
946
- "@typescript-eslint/no-extra-parens": "off",
947
- "@typescript-eslint/no-extra-semi": "off",
948
- "@typescript-eslint/object-curly-spacing": "off",
949
- "@typescript-eslint/semi": "off",
950
- "@typescript-eslint/space-before-blocks": "off",
951
- "@typescript-eslint/space-before-function-paren": "off",
952
- "@typescript-eslint/space-infix-ops": "off",
953
- "@typescript-eslint/type-annotation-spacing": "off",
954
- "react/jsx-child-element-spacing": "off",
955
- "react/jsx-closing-bracket-location": "off",
956
- "react/jsx-closing-tag-location": "off",
957
- "react/jsx-curly-newline": "off",
958
- "react/jsx-curly-spacing": "off",
959
- "react/jsx-equals-spacing": "off",
960
- "react/jsx-first-prop-new-line": "off",
961
- "react/jsx-indent": "off",
962
- "react/jsx-indent-props": "off",
963
- "react/jsx-max-props-per-line": "off",
964
- "react/jsx-newline": "off",
965
- "react/jsx-one-expression-per-line": "off",
966
- "react/jsx-props-no-multi-spaces": "off",
967
- "react/jsx-tag-spacing": "off",
968
- "react/jsx-wrap-multilines": "off",
969
- "unicorn/empty-brace-spaces": "off",
970
- "unicorn/no-nested-ternary": "off",
971
- "unicorn/number-literal-case": "off"
931
+ "sonarjs/no-control-regex": "off"
972
932
  },
973
933
  "overrides": [
974
934
  {
@@ -611,7 +611,6 @@ export default [
611
611
  },
612
612
  ],
613
613
  "no-extra-boolean-cast": "error",
614
- "no-unexpected-multiline": "off",
615
614
  "no-restricted-exports": [
616
615
  2,
617
616
  {
@@ -2314,50 +2313,6 @@ export default [
2314
2313
  "**/reference_workspace/**",
2315
2314
  ],
2316
2315
  },
2317
- {
2318
- rules: {
2319
- curly: 0,
2320
- "no-unexpected-multiline": 0,
2321
- "@typescript-eslint/lines-around-comment": 0,
2322
- "@typescript-eslint/quotes": 0,
2323
- "unicorn/template-indent": 0,
2324
- "@typescript-eslint/block-spacing": "off",
2325
- "@typescript-eslint/brace-style": "off",
2326
- "@typescript-eslint/comma-dangle": "off",
2327
- "@typescript-eslint/comma-spacing": "off",
2328
- "@typescript-eslint/func-call-spacing": "off",
2329
- "@typescript-eslint/indent": "off",
2330
- "@typescript-eslint/key-spacing": "off",
2331
- "@typescript-eslint/keyword-spacing": "off",
2332
- "@typescript-eslint/member-delimiter-style": "off",
2333
- "@typescript-eslint/no-extra-parens": "off",
2334
- "@typescript-eslint/no-extra-semi": "off",
2335
- "@typescript-eslint/object-curly-spacing": "off",
2336
- "@typescript-eslint/semi": "off",
2337
- "@typescript-eslint/space-before-blocks": "off",
2338
- "@typescript-eslint/space-before-function-paren": "off",
2339
- "@typescript-eslint/space-infix-ops": "off",
2340
- "@typescript-eslint/type-annotation-spacing": "off",
2341
- "react/jsx-child-element-spacing": "off",
2342
- "react/jsx-closing-bracket-location": "off",
2343
- "react/jsx-closing-tag-location": "off",
2344
- "react/jsx-curly-newline": "off",
2345
- "react/jsx-curly-spacing": "off",
2346
- "react/jsx-equals-spacing": "off",
2347
- "react/jsx-first-prop-new-line": "off",
2348
- "react/jsx-indent": "off",
2349
- "react/jsx-indent-props": "off",
2350
- "react/jsx-max-props-per-line": "off",
2351
- "react/jsx-newline": "off",
2352
- "react/jsx-one-expression-per-line": "off",
2353
- "react/jsx-props-no-multi-spaces": "off",
2354
- "react/jsx-tag-spacing": "off",
2355
- "react/jsx-wrap-multilines": "off",
2356
- "unicorn/empty-brace-spaces": "off",
2357
- "unicorn/no-nested-ternary": "off",
2358
- "unicorn/number-literal-case": "off",
2359
- },
2360
- },
2361
2316
  {
2362
2317
  languageOptions: {
2363
2318
  globals: { ...globals.browser },
@@ -600,7 +600,6 @@
600
600
  }
601
601
  ],
602
602
  "no-extra-boolean-cast": "error",
603
- "no-unexpected-multiline": 0,
604
603
  "no-restricted-exports": [
605
604
  2,
606
605
  {
@@ -931,45 +930,6 @@
931
930
  "sonarjs/table-header": "off",
932
931
  "sonarjs/no-implicit-global": "off",
933
932
  "sonarjs/no-control-regex": "off",
934
- "curly": 0,
935
- "@typescript-eslint/lines-around-comment": 0,
936
- "@typescript-eslint/quotes": 0,
937
- "unicorn/template-indent": 0,
938
- "@typescript-eslint/block-spacing": "off",
939
- "@typescript-eslint/brace-style": "off",
940
- "@typescript-eslint/comma-dangle": "off",
941
- "@typescript-eslint/comma-spacing": "off",
942
- "@typescript-eslint/func-call-spacing": "off",
943
- "@typescript-eslint/indent": "off",
944
- "@typescript-eslint/key-spacing": "off",
945
- "@typescript-eslint/keyword-spacing": "off",
946
- "@typescript-eslint/member-delimiter-style": "off",
947
- "@typescript-eslint/no-extra-parens": "off",
948
- "@typescript-eslint/no-extra-semi": "off",
949
- "@typescript-eslint/object-curly-spacing": "off",
950
- "@typescript-eslint/semi": "off",
951
- "@typescript-eslint/space-before-blocks": "off",
952
- "@typescript-eslint/space-before-function-paren": "off",
953
- "@typescript-eslint/space-infix-ops": "off",
954
- "@typescript-eslint/type-annotation-spacing": "off",
955
- "react/jsx-child-element-spacing": "off",
956
- "react/jsx-closing-bracket-location": "off",
957
- "react/jsx-closing-tag-location": "off",
958
- "react/jsx-curly-newline": "off",
959
- "react/jsx-curly-spacing": "off",
960
- "react/jsx-equals-spacing": "off",
961
- "react/jsx-first-prop-new-line": "off",
962
- "react/jsx-indent": "off",
963
- "react/jsx-indent-props": "off",
964
- "react/jsx-max-props-per-line": "off",
965
- "react/jsx-newline": "off",
966
- "react/jsx-one-expression-per-line": "off",
967
- "react/jsx-props-no-multi-spaces": "off",
968
- "react/jsx-tag-spacing": "off",
969
- "react/jsx-wrap-multilines": "off",
970
- "unicorn/empty-brace-spaces": "off",
971
- "unicorn/no-nested-ternary": "off",
972
- "unicorn/number-literal-case": "off",
973
933
  "import-esm/explicit-extension": "error"
974
934
  },
975
935
  "overrides": [
@@ -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 },
@@ -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
  "import-esm/explicit-extension": "error",
977
937
  "playwright/consistent-spacing-between-blocks": "warn",
978
938
  "playwright/expect-expect": "warn",
@@ -616,7 +616,6 @@ export default [
616
616
  },
617
617
  ],
618
618
  "no-extra-boolean-cast": "error",
619
- "no-unexpected-multiline": "off",
620
619
  "no-restricted-exports": [
621
620
  2,
622
621
  {
@@ -2319,50 +2318,6 @@ export default [
2319
2318
  "**/reference_workspace/**",
2320
2319
  ],
2321
2320
  },
2322
- {
2323
- rules: {
2324
- curly: 0,
2325
- "no-unexpected-multiline": 0,
2326
- "@typescript-eslint/lines-around-comment": 0,
2327
- "@typescript-eslint/quotes": 0,
2328
- "unicorn/template-indent": 0,
2329
- "@typescript-eslint/block-spacing": "off",
2330
- "@typescript-eslint/brace-style": "off",
2331
- "@typescript-eslint/comma-dangle": "off",
2332
- "@typescript-eslint/comma-spacing": "off",
2333
- "@typescript-eslint/func-call-spacing": "off",
2334
- "@typescript-eslint/indent": "off",
2335
- "@typescript-eslint/key-spacing": "off",
2336
- "@typescript-eslint/keyword-spacing": "off",
2337
- "@typescript-eslint/member-delimiter-style": "off",
2338
- "@typescript-eslint/no-extra-parens": "off",
2339
- "@typescript-eslint/no-extra-semi": "off",
2340
- "@typescript-eslint/object-curly-spacing": "off",
2341
- "@typescript-eslint/semi": "off",
2342
- "@typescript-eslint/space-before-blocks": "off",
2343
- "@typescript-eslint/space-before-function-paren": "off",
2344
- "@typescript-eslint/space-infix-ops": "off",
2345
- "@typescript-eslint/type-annotation-spacing": "off",
2346
- "react/jsx-child-element-spacing": "off",
2347
- "react/jsx-closing-bracket-location": "off",
2348
- "react/jsx-closing-tag-location": "off",
2349
- "react/jsx-curly-newline": "off",
2350
- "react/jsx-curly-spacing": "off",
2351
- "react/jsx-equals-spacing": "off",
2352
- "react/jsx-first-prop-new-line": "off",
2353
- "react/jsx-indent": "off",
2354
- "react/jsx-indent-props": "off",
2355
- "react/jsx-max-props-per-line": "off",
2356
- "react/jsx-newline": "off",
2357
- "react/jsx-one-expression-per-line": "off",
2358
- "react/jsx-props-no-multi-spaces": "off",
2359
- "react/jsx-tag-spacing": "off",
2360
- "react/jsx-wrap-multilines": "off",
2361
- "unicorn/empty-brace-spaces": "off",
2362
- "unicorn/no-nested-ternary": "off",
2363
- "unicorn/number-literal-case": "off",
2364
- },
2365
- },
2366
2321
  {
2367
2322
  languageOptions: {
2368
2323
  globals: { ...globals.browser },
@@ -605,7 +605,6 @@
605
605
  }
606
606
  ],
607
607
  "no-extra-boolean-cast": "error",
608
- "no-unexpected-multiline": 0,
609
608
  "no-restricted-exports": [
610
609
  2,
611
610
  {
@@ -936,45 +935,6 @@
936
935
  "sonarjs/table-header": "off",
937
936
  "sonarjs/no-implicit-global": "off",
938
937
  "sonarjs/no-control-regex": "off",
939
- "curly": 0,
940
- "@typescript-eslint/lines-around-comment": 0,
941
- "@typescript-eslint/quotes": 0,
942
- "unicorn/template-indent": 0,
943
- "@typescript-eslint/block-spacing": "off",
944
- "@typescript-eslint/brace-style": "off",
945
- "@typescript-eslint/comma-dangle": "off",
946
- "@typescript-eslint/comma-spacing": "off",
947
- "@typescript-eslint/func-call-spacing": "off",
948
- "@typescript-eslint/indent": "off",
949
- "@typescript-eslint/key-spacing": "off",
950
- "@typescript-eslint/keyword-spacing": "off",
951
- "@typescript-eslint/member-delimiter-style": "off",
952
- "@typescript-eslint/no-extra-parens": "off",
953
- "@typescript-eslint/no-extra-semi": "off",
954
- "@typescript-eslint/object-curly-spacing": "off",
955
- "@typescript-eslint/semi": "off",
956
- "@typescript-eslint/space-before-blocks": "off",
957
- "@typescript-eslint/space-before-function-paren": "off",
958
- "@typescript-eslint/space-infix-ops": "off",
959
- "@typescript-eslint/type-annotation-spacing": "off",
960
- "react/jsx-child-element-spacing": "off",
961
- "react/jsx-closing-bracket-location": "off",
962
- "react/jsx-closing-tag-location": "off",
963
- "react/jsx-curly-newline": "off",
964
- "react/jsx-curly-spacing": "off",
965
- "react/jsx-equals-spacing": "off",
966
- "react/jsx-first-prop-new-line": "off",
967
- "react/jsx-indent": "off",
968
- "react/jsx-indent-props": "off",
969
- "react/jsx-max-props-per-line": "off",
970
- "react/jsx-newline": "off",
971
- "react/jsx-one-expression-per-line": "off",
972
- "react/jsx-props-no-multi-spaces": "off",
973
- "react/jsx-tag-spacing": "off",
974
- "react/jsx-wrap-multilines": "off",
975
- "unicorn/empty-brace-spaces": "off",
976
- "unicorn/no-nested-ternary": "off",
977
- "unicorn/number-literal-case": "off",
978
938
  "react/no-danger": "error",
979
939
  "react/prop-types": "off",
980
940
  "react/function-component-definition": [
@@ -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 },
@@ -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": [
@@ -616,7 +616,6 @@ export default [
616
616
  },
617
617
  ],
618
618
  "no-extra-boolean-cast": "error",
619
- "no-unexpected-multiline": "off",
620
619
  "no-restricted-exports": [
621
620
  2,
622
621
  {
@@ -2319,50 +2318,6 @@ export default [
2319
2318
  "**/reference_workspace/**",
2320
2319
  ],
2321
2320
  },
2322
- {
2323
- rules: {
2324
- curly: 0,
2325
- "no-unexpected-multiline": 0,
2326
- "@typescript-eslint/lines-around-comment": 0,
2327
- "@typescript-eslint/quotes": 0,
2328
- "unicorn/template-indent": 0,
2329
- "@typescript-eslint/block-spacing": "off",
2330
- "@typescript-eslint/brace-style": "off",
2331
- "@typescript-eslint/comma-dangle": "off",
2332
- "@typescript-eslint/comma-spacing": "off",
2333
- "@typescript-eslint/func-call-spacing": "off",
2334
- "@typescript-eslint/indent": "off",
2335
- "@typescript-eslint/key-spacing": "off",
2336
- "@typescript-eslint/keyword-spacing": "off",
2337
- "@typescript-eslint/member-delimiter-style": "off",
2338
- "@typescript-eslint/no-extra-parens": "off",
2339
- "@typescript-eslint/no-extra-semi": "off",
2340
- "@typescript-eslint/object-curly-spacing": "off",
2341
- "@typescript-eslint/semi": "off",
2342
- "@typescript-eslint/space-before-blocks": "off",
2343
- "@typescript-eslint/space-before-function-paren": "off",
2344
- "@typescript-eslint/space-infix-ops": "off",
2345
- "@typescript-eslint/type-annotation-spacing": "off",
2346
- "react/jsx-child-element-spacing": "off",
2347
- "react/jsx-closing-bracket-location": "off",
2348
- "react/jsx-closing-tag-location": "off",
2349
- "react/jsx-curly-newline": "off",
2350
- "react/jsx-curly-spacing": "off",
2351
- "react/jsx-equals-spacing": "off",
2352
- "react/jsx-first-prop-new-line": "off",
2353
- "react/jsx-indent": "off",
2354
- "react/jsx-indent-props": "off",
2355
- "react/jsx-max-props-per-line": "off",
2356
- "react/jsx-newline": "off",
2357
- "react/jsx-one-expression-per-line": "off",
2358
- "react/jsx-props-no-multi-spaces": "off",
2359
- "react/jsx-tag-spacing": "off",
2360
- "react/jsx-wrap-multilines": "off",
2361
- "unicorn/empty-brace-spaces": "off",
2362
- "unicorn/no-nested-ternary": "off",
2363
- "unicorn/number-literal-case": "off",
2364
- },
2365
- },
2366
2321
  {
2367
2322
  languageOptions: {
2368
2323
  globals: { ...globals.browser },