@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
@@ -1217,48 +1217,4 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  ];
@@ -1217,50 +1217,6 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  {
1265
1221
  languageOptions: {
1266
1222
  globals: { ...globals.browser },
@@ -1217,50 +1217,6 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  {
1265
1221
  languageOptions: {
1266
1222
  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 },
@@ -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 },
@@ -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 },
@@ -1217,50 +1217,6 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  {
1265
1221
  languageOptions: {
1266
1222
  ecmaVersion: 2022,
@@ -1217,50 +1217,6 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  {
1265
1221
  languageOptions: {
1266
1222
  ecmaVersion: 2022,
@@ -1217,50 +1217,6 @@ export default [
1217
1217
  "**/reference_workspace/**",
1218
1218
  ],
1219
1219
  },
1220
- {
1221
- rules: {
1222
- curly: 0,
1223
- "no-unexpected-multiline": 0,
1224
- "@typescript-eslint/lines-around-comment": 0,
1225
- "@typescript-eslint/quotes": 0,
1226
- "unicorn/template-indent": 0,
1227
- "@typescript-eslint/block-spacing": "off",
1228
- "@typescript-eslint/brace-style": "off",
1229
- "@typescript-eslint/comma-dangle": "off",
1230
- "@typescript-eslint/comma-spacing": "off",
1231
- "@typescript-eslint/func-call-spacing": "off",
1232
- "@typescript-eslint/indent": "off",
1233
- "@typescript-eslint/key-spacing": "off",
1234
- "@typescript-eslint/keyword-spacing": "off",
1235
- "@typescript-eslint/member-delimiter-style": "off",
1236
- "@typescript-eslint/no-extra-parens": "off",
1237
- "@typescript-eslint/no-extra-semi": "off",
1238
- "@typescript-eslint/object-curly-spacing": "off",
1239
- "@typescript-eslint/semi": "off",
1240
- "@typescript-eslint/space-before-blocks": "off",
1241
- "@typescript-eslint/space-before-function-paren": "off",
1242
- "@typescript-eslint/space-infix-ops": "off",
1243
- "@typescript-eslint/type-annotation-spacing": "off",
1244
- "react/jsx-child-element-spacing": "off",
1245
- "react/jsx-closing-bracket-location": "off",
1246
- "react/jsx-closing-tag-location": "off",
1247
- "react/jsx-curly-newline": "off",
1248
- "react/jsx-curly-spacing": "off",
1249
- "react/jsx-equals-spacing": "off",
1250
- "react/jsx-first-prop-new-line": "off",
1251
- "react/jsx-indent": "off",
1252
- "react/jsx-indent-props": "off",
1253
- "react/jsx-max-props-per-line": "off",
1254
- "react/jsx-newline": "off",
1255
- "react/jsx-one-expression-per-line": "off",
1256
- "react/jsx-props-no-multi-spaces": "off",
1257
- "react/jsx-tag-spacing": "off",
1258
- "react/jsx-wrap-multilines": "off",
1259
- "unicorn/empty-brace-spaces": "off",
1260
- "unicorn/no-nested-ternary": "off",
1261
- "unicorn/number-literal-case": "off",
1262
- },
1263
- },
1264
1220
  {
1265
1221
  languageOptions: {
1266
1222
  ecmaVersion: 2022,
@@ -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 },