@gooddata/eslint-config 11.31.0-alpha.1 → 11.31.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PACKAGES_V9_OXLINT.md +14 -16
- package/dist/base.js +0 -35
- package/dist/base.json +0 -35
- package/dist/browser-esm.js +0 -35
- package/dist/browser-esm.json +0 -35
- package/dist/esm-playwright.js +0 -35
- package/dist/esm-playwright.json +0 -35
- package/dist/esm-react-playwright.js +0 -35
- package/dist/esm-react-playwright.json +0 -35
- package/dist/esm-react-vitest-storybook.js +0 -35
- package/dist/esm-react-vitest-storybook.json +0 -35
- package/dist/esm-react-vitest.js +0 -35
- package/dist/esm-react-vitest.json +0 -35
- package/dist/esm-react.js +0 -35
- package/dist/esm-react.json +0 -35
- package/dist/esm-vitest.js +0 -35
- package/dist/esm-vitest.json +0 -35
- package/dist/esm.js +0 -35
- package/dist/esm.json +0 -35
- package/dist/oxlint-base.js +2 -90
- package/dist/oxlint-browser-esm.js +2 -90
- package/dist/oxlint-esm-playwright.js +2 -90
- package/dist/oxlint-esm-react-playwright.js +6 -94
- package/dist/oxlint-esm-react-vitest-storybook.js +8 -96
- package/dist/oxlint-esm-react-vitest.js +6 -94
- package/dist/oxlint-esm-react.js +6 -94
- package/dist/oxlint-esm-vitest.js +2 -90
- package/dist/oxlint-esm.js +2 -90
- package/dist/oxlint-react-playwright.js +6 -94
- package/dist/oxlint-react-vitest.js +6 -94
- package/dist/oxlint-react.js +6 -94
- package/dist/react-playwright.js +0 -35
- package/dist/react-playwright.json +0 -35
- package/dist/react-vitest.js +0 -35
- package/dist/react-vitest.json +0 -35
- package/dist/react.js +0 -35
- package/dist/react.json +0 -35
- package/package.json +5 -7
package/dist/esm-vitest.js
CHANGED
|
@@ -1956,41 +1956,6 @@ export default [
|
|
|
1956
1956
|
"import-x/no-named-as-default-member": "warn",
|
|
1957
1957
|
"import-x/no-duplicates": "warn",
|
|
1958
1958
|
"import-x/no-unassigned-import": "error",
|
|
1959
|
-
"import-x/order": [
|
|
1960
|
-
"error",
|
|
1961
|
-
{
|
|
1962
|
-
pathGroups: [
|
|
1963
|
-
{
|
|
1964
|
-
pattern: "react",
|
|
1965
|
-
group: "external",
|
|
1966
|
-
position: "before",
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1970
|
-
group: "external",
|
|
1971
|
-
position: "after",
|
|
1972
|
-
},
|
|
1973
|
-
],
|
|
1974
|
-
groups: [
|
|
1975
|
-
"builtin",
|
|
1976
|
-
"external",
|
|
1977
|
-
"internal",
|
|
1978
|
-
[
|
|
1979
|
-
"parent",
|
|
1980
|
-
"sibling",
|
|
1981
|
-
"index",
|
|
1982
|
-
],
|
|
1983
|
-
],
|
|
1984
|
-
pathGroupsExcludedImportTypes: [
|
|
1985
|
-
"react",
|
|
1986
|
-
],
|
|
1987
|
-
alphabetize: {
|
|
1988
|
-
order: "asc",
|
|
1989
|
-
caseInsensitive: true,
|
|
1990
|
-
},
|
|
1991
|
-
"newlines-between": "always",
|
|
1992
|
-
},
|
|
1993
|
-
],
|
|
1994
1959
|
},
|
|
1995
1960
|
},
|
|
1996
1961
|
{
|
package/dist/esm-vitest.json
CHANGED
|
@@ -661,41 +661,6 @@
|
|
|
661
661
|
"import-x/no-named-as-default-member": "warn",
|
|
662
662
|
"import-x/no-duplicates": "warn",
|
|
663
663
|
"import-x/no-unassigned-import": "error",
|
|
664
|
-
"import-x/order": [
|
|
665
|
-
"error",
|
|
666
|
-
{
|
|
667
|
-
"pathGroups": [
|
|
668
|
-
{
|
|
669
|
-
"pattern": "react",
|
|
670
|
-
"group": "external",
|
|
671
|
-
"position": "before"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"pattern": "{@gooddata/**,gdc-*}",
|
|
675
|
-
"group": "external",
|
|
676
|
-
"position": "after"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"groups": [
|
|
680
|
-
"builtin",
|
|
681
|
-
"external",
|
|
682
|
-
"internal",
|
|
683
|
-
[
|
|
684
|
-
"parent",
|
|
685
|
-
"sibling",
|
|
686
|
-
"index"
|
|
687
|
-
]
|
|
688
|
-
],
|
|
689
|
-
"pathGroupsExcludedImportTypes": [
|
|
690
|
-
"react"
|
|
691
|
-
],
|
|
692
|
-
"alphabetize": {
|
|
693
|
-
"order": "asc",
|
|
694
|
-
"caseInsensitive": true
|
|
695
|
-
},
|
|
696
|
-
"newlines-between": "always"
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
664
|
"sonarjs/function-name": "off",
|
|
700
665
|
"sonarjs/max-lines": "off",
|
|
701
666
|
"sonarjs/no-tab": "off",
|
package/dist/esm.js
CHANGED
|
@@ -1954,41 +1954,6 @@ export default [
|
|
|
1954
1954
|
"import-x/no-named-as-default-member": "warn",
|
|
1955
1955
|
"import-x/no-duplicates": "warn",
|
|
1956
1956
|
"import-x/no-unassigned-import": "error",
|
|
1957
|
-
"import-x/order": [
|
|
1958
|
-
"error",
|
|
1959
|
-
{
|
|
1960
|
-
pathGroups: [
|
|
1961
|
-
{
|
|
1962
|
-
pattern: "react",
|
|
1963
|
-
group: "external",
|
|
1964
|
-
position: "before",
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1968
|
-
group: "external",
|
|
1969
|
-
position: "after",
|
|
1970
|
-
},
|
|
1971
|
-
],
|
|
1972
|
-
groups: [
|
|
1973
|
-
"builtin",
|
|
1974
|
-
"external",
|
|
1975
|
-
"internal",
|
|
1976
|
-
[
|
|
1977
|
-
"parent",
|
|
1978
|
-
"sibling",
|
|
1979
|
-
"index",
|
|
1980
|
-
],
|
|
1981
|
-
],
|
|
1982
|
-
pathGroupsExcludedImportTypes: [
|
|
1983
|
-
"react",
|
|
1984
|
-
],
|
|
1985
|
-
alphabetize: {
|
|
1986
|
-
order: "asc",
|
|
1987
|
-
caseInsensitive: true,
|
|
1988
|
-
},
|
|
1989
|
-
"newlines-between": "always",
|
|
1990
|
-
},
|
|
1991
|
-
],
|
|
1992
1957
|
},
|
|
1993
1958
|
},
|
|
1994
1959
|
{
|
package/dist/esm.json
CHANGED
|
@@ -659,41 +659,6 @@
|
|
|
659
659
|
"import-x/no-named-as-default-member": "warn",
|
|
660
660
|
"import-x/no-duplicates": "warn",
|
|
661
661
|
"import-x/no-unassigned-import": "error",
|
|
662
|
-
"import-x/order": [
|
|
663
|
-
"error",
|
|
664
|
-
{
|
|
665
|
-
"pathGroups": [
|
|
666
|
-
{
|
|
667
|
-
"pattern": "react",
|
|
668
|
-
"group": "external",
|
|
669
|
-
"position": "before"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"pattern": "{@gooddata/**,gdc-*}",
|
|
673
|
-
"group": "external",
|
|
674
|
-
"position": "after"
|
|
675
|
-
}
|
|
676
|
-
],
|
|
677
|
-
"groups": [
|
|
678
|
-
"builtin",
|
|
679
|
-
"external",
|
|
680
|
-
"internal",
|
|
681
|
-
[
|
|
682
|
-
"parent",
|
|
683
|
-
"sibling",
|
|
684
|
-
"index"
|
|
685
|
-
]
|
|
686
|
-
],
|
|
687
|
-
"pathGroupsExcludedImportTypes": [
|
|
688
|
-
"react"
|
|
689
|
-
],
|
|
690
|
-
"alphabetize": {
|
|
691
|
-
"order": "asc",
|
|
692
|
-
"caseInsensitive": true
|
|
693
|
-
},
|
|
694
|
-
"newlines-between": "always"
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
662
|
"sonarjs/function-name": "off",
|
|
698
663
|
"sonarjs/max-lines": "off",
|
|
699
664
|
"sonarjs/no-tab": "off",
|
package/dist/oxlint-base.js
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
import globals from "globals";
|
|
4
4
|
import plugin0001 from "@typescript-eslint/eslint-plugin";
|
|
5
5
|
import plugin0002 from "@typescript-eslint/parser";
|
|
6
|
-
import plugin0003 from "eslint-plugin-
|
|
7
|
-
import plugin0004 from "eslint-plugin-jsdoc";
|
|
6
|
+
import plugin0003 from "eslint-plugin-jsdoc";
|
|
8
7
|
|
|
9
8
|
export default [
|
|
10
9
|
{
|
|
@@ -1205,99 +1204,12 @@ export default [
|
|
|
1205
1204
|
],
|
|
1206
1205
|
},
|
|
1207
1206
|
},
|
|
1208
|
-
{
|
|
1209
|
-
plugins: {
|
|
1210
|
-
"import-x": plugin0003,
|
|
1211
|
-
},
|
|
1212
|
-
settings: {
|
|
1213
|
-
"import-x/extensions": [
|
|
1214
|
-
".js",
|
|
1215
|
-
".jsx",
|
|
1216
|
-
".mjs",
|
|
1217
|
-
".cjs",
|
|
1218
|
-
],
|
|
1219
|
-
},
|
|
1220
|
-
rules: {
|
|
1221
|
-
"import-x/order": [
|
|
1222
|
-
"error",
|
|
1223
|
-
{
|
|
1224
|
-
pathGroups: [
|
|
1225
|
-
{
|
|
1226
|
-
pattern: "react",
|
|
1227
|
-
group: "external",
|
|
1228
|
-
position: "before",
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1232
|
-
group: "external",
|
|
1233
|
-
position: "after",
|
|
1234
|
-
},
|
|
1235
|
-
],
|
|
1236
|
-
groups: [
|
|
1237
|
-
"builtin",
|
|
1238
|
-
"external",
|
|
1239
|
-
"internal",
|
|
1240
|
-
[
|
|
1241
|
-
"parent",
|
|
1242
|
-
"sibling",
|
|
1243
|
-
"index",
|
|
1244
|
-
],
|
|
1245
|
-
],
|
|
1246
|
-
pathGroupsExcludedImportTypes: [
|
|
1247
|
-
"react",
|
|
1248
|
-
],
|
|
1249
|
-
alphabetize: {
|
|
1250
|
-
order: "asc",
|
|
1251
|
-
caseInsensitive: true,
|
|
1252
|
-
},
|
|
1253
|
-
"newlines-between": "always",
|
|
1254
|
-
},
|
|
1255
|
-
],
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
files: [
|
|
1260
|
-
"**/*.ts",
|
|
1261
|
-
"**/*.cts",
|
|
1262
|
-
"**/*.mts",
|
|
1263
|
-
"**/*.tsx",
|
|
1264
|
-
],
|
|
1265
|
-
settings: {
|
|
1266
|
-
"import-x/extensions": [
|
|
1267
|
-
".ts",
|
|
1268
|
-
".cts",
|
|
1269
|
-
".mts",
|
|
1270
|
-
".tsx",
|
|
1271
|
-
".js",
|
|
1272
|
-
".jsx",
|
|
1273
|
-
".mjs",
|
|
1274
|
-
".cjs",
|
|
1275
|
-
],
|
|
1276
|
-
"import-x/external-module-folders": [
|
|
1277
|
-
"node_modules",
|
|
1278
|
-
"node_modules/@types",
|
|
1279
|
-
],
|
|
1280
|
-
"import-x/parsers": {
|
|
1281
|
-
"@typescript-eslint/parser": [
|
|
1282
|
-
".ts",
|
|
1283
|
-
".cts",
|
|
1284
|
-
".mts",
|
|
1285
|
-
".tsx",
|
|
1286
|
-
],
|
|
1287
|
-
},
|
|
1288
|
-
"import-x/resolver": {
|
|
1289
|
-
typescript: {
|
|
1290
|
-
alwaysTryTypes: true,
|
|
1291
|
-
},
|
|
1292
|
-
},
|
|
1293
|
-
},
|
|
1294
|
-
},
|
|
1295
1207
|
{
|
|
1296
1208
|
files: [
|
|
1297
1209
|
"**/*.{js,cjs,mjs,jsx}",
|
|
1298
1210
|
],
|
|
1299
1211
|
plugins: {
|
|
1300
|
-
jsdoc:
|
|
1212
|
+
jsdoc: plugin0003,
|
|
1301
1213
|
},
|
|
1302
1214
|
settings: {
|
|
1303
1215
|
jsdoc: {
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
import globals from "globals";
|
|
4
4
|
import plugin0001 from "@typescript-eslint/eslint-plugin";
|
|
5
5
|
import plugin0002 from "@typescript-eslint/parser";
|
|
6
|
-
import plugin0003 from "eslint-plugin-
|
|
7
|
-
import plugin0004 from "eslint-plugin-jsdoc";
|
|
6
|
+
import plugin0003 from "eslint-plugin-jsdoc";
|
|
8
7
|
|
|
9
8
|
export default [
|
|
10
9
|
{
|
|
@@ -1205,99 +1204,12 @@ export default [
|
|
|
1205
1204
|
],
|
|
1206
1205
|
},
|
|
1207
1206
|
},
|
|
1208
|
-
{
|
|
1209
|
-
plugins: {
|
|
1210
|
-
"import-x": plugin0003,
|
|
1211
|
-
},
|
|
1212
|
-
settings: {
|
|
1213
|
-
"import-x/extensions": [
|
|
1214
|
-
".js",
|
|
1215
|
-
".jsx",
|
|
1216
|
-
".mjs",
|
|
1217
|
-
".cjs",
|
|
1218
|
-
],
|
|
1219
|
-
},
|
|
1220
|
-
rules: {
|
|
1221
|
-
"import-x/order": [
|
|
1222
|
-
"error",
|
|
1223
|
-
{
|
|
1224
|
-
pathGroups: [
|
|
1225
|
-
{
|
|
1226
|
-
pattern: "react",
|
|
1227
|
-
group: "external",
|
|
1228
|
-
position: "before",
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1232
|
-
group: "external",
|
|
1233
|
-
position: "after",
|
|
1234
|
-
},
|
|
1235
|
-
],
|
|
1236
|
-
groups: [
|
|
1237
|
-
"builtin",
|
|
1238
|
-
"external",
|
|
1239
|
-
"internal",
|
|
1240
|
-
[
|
|
1241
|
-
"parent",
|
|
1242
|
-
"sibling",
|
|
1243
|
-
"index",
|
|
1244
|
-
],
|
|
1245
|
-
],
|
|
1246
|
-
pathGroupsExcludedImportTypes: [
|
|
1247
|
-
"react",
|
|
1248
|
-
],
|
|
1249
|
-
alphabetize: {
|
|
1250
|
-
order: "asc",
|
|
1251
|
-
caseInsensitive: true,
|
|
1252
|
-
},
|
|
1253
|
-
"newlines-between": "always",
|
|
1254
|
-
},
|
|
1255
|
-
],
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
files: [
|
|
1260
|
-
"**/*.ts",
|
|
1261
|
-
"**/*.cts",
|
|
1262
|
-
"**/*.mts",
|
|
1263
|
-
"**/*.tsx",
|
|
1264
|
-
],
|
|
1265
|
-
settings: {
|
|
1266
|
-
"import-x/extensions": [
|
|
1267
|
-
".ts",
|
|
1268
|
-
".cts",
|
|
1269
|
-
".mts",
|
|
1270
|
-
".tsx",
|
|
1271
|
-
".js",
|
|
1272
|
-
".jsx",
|
|
1273
|
-
".mjs",
|
|
1274
|
-
".cjs",
|
|
1275
|
-
],
|
|
1276
|
-
"import-x/external-module-folders": [
|
|
1277
|
-
"node_modules",
|
|
1278
|
-
"node_modules/@types",
|
|
1279
|
-
],
|
|
1280
|
-
"import-x/parsers": {
|
|
1281
|
-
"@typescript-eslint/parser": [
|
|
1282
|
-
".ts",
|
|
1283
|
-
".cts",
|
|
1284
|
-
".mts",
|
|
1285
|
-
".tsx",
|
|
1286
|
-
],
|
|
1287
|
-
},
|
|
1288
|
-
"import-x/resolver": {
|
|
1289
|
-
typescript: {
|
|
1290
|
-
alwaysTryTypes: true,
|
|
1291
|
-
},
|
|
1292
|
-
},
|
|
1293
|
-
},
|
|
1294
|
-
},
|
|
1295
1207
|
{
|
|
1296
1208
|
files: [
|
|
1297
1209
|
"**/*.{js,cjs,mjs,jsx}",
|
|
1298
1210
|
],
|
|
1299
1211
|
plugins: {
|
|
1300
|
-
jsdoc:
|
|
1212
|
+
jsdoc: plugin0003,
|
|
1301
1213
|
},
|
|
1302
1214
|
settings: {
|
|
1303
1215
|
jsdoc: {
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
import globals from "globals";
|
|
4
4
|
import plugin0001 from "@typescript-eslint/eslint-plugin";
|
|
5
5
|
import plugin0002 from "@typescript-eslint/parser";
|
|
6
|
-
import plugin0003 from "eslint-plugin-
|
|
7
|
-
import plugin0004 from "eslint-plugin-jsdoc";
|
|
6
|
+
import plugin0003 from "eslint-plugin-jsdoc";
|
|
8
7
|
|
|
9
8
|
export default [
|
|
10
9
|
{
|
|
@@ -1205,99 +1204,12 @@ export default [
|
|
|
1205
1204
|
],
|
|
1206
1205
|
},
|
|
1207
1206
|
},
|
|
1208
|
-
{
|
|
1209
|
-
plugins: {
|
|
1210
|
-
"import-x": plugin0003,
|
|
1211
|
-
},
|
|
1212
|
-
settings: {
|
|
1213
|
-
"import-x/extensions": [
|
|
1214
|
-
".js",
|
|
1215
|
-
".jsx",
|
|
1216
|
-
".mjs",
|
|
1217
|
-
".cjs",
|
|
1218
|
-
],
|
|
1219
|
-
},
|
|
1220
|
-
rules: {
|
|
1221
|
-
"import-x/order": [
|
|
1222
|
-
"error",
|
|
1223
|
-
{
|
|
1224
|
-
pathGroups: [
|
|
1225
|
-
{
|
|
1226
|
-
pattern: "react",
|
|
1227
|
-
group: "external",
|
|
1228
|
-
position: "before",
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1232
|
-
group: "external",
|
|
1233
|
-
position: "after",
|
|
1234
|
-
},
|
|
1235
|
-
],
|
|
1236
|
-
groups: [
|
|
1237
|
-
"builtin",
|
|
1238
|
-
"external",
|
|
1239
|
-
"internal",
|
|
1240
|
-
[
|
|
1241
|
-
"parent",
|
|
1242
|
-
"sibling",
|
|
1243
|
-
"index",
|
|
1244
|
-
],
|
|
1245
|
-
],
|
|
1246
|
-
pathGroupsExcludedImportTypes: [
|
|
1247
|
-
"react",
|
|
1248
|
-
],
|
|
1249
|
-
alphabetize: {
|
|
1250
|
-
order: "asc",
|
|
1251
|
-
caseInsensitive: true,
|
|
1252
|
-
},
|
|
1253
|
-
"newlines-between": "always",
|
|
1254
|
-
},
|
|
1255
|
-
],
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
files: [
|
|
1260
|
-
"**/*.ts",
|
|
1261
|
-
"**/*.cts",
|
|
1262
|
-
"**/*.mts",
|
|
1263
|
-
"**/*.tsx",
|
|
1264
|
-
],
|
|
1265
|
-
settings: {
|
|
1266
|
-
"import-x/extensions": [
|
|
1267
|
-
".ts",
|
|
1268
|
-
".cts",
|
|
1269
|
-
".mts",
|
|
1270
|
-
".tsx",
|
|
1271
|
-
".js",
|
|
1272
|
-
".jsx",
|
|
1273
|
-
".mjs",
|
|
1274
|
-
".cjs",
|
|
1275
|
-
],
|
|
1276
|
-
"import-x/external-module-folders": [
|
|
1277
|
-
"node_modules",
|
|
1278
|
-
"node_modules/@types",
|
|
1279
|
-
],
|
|
1280
|
-
"import-x/parsers": {
|
|
1281
|
-
"@typescript-eslint/parser": [
|
|
1282
|
-
".ts",
|
|
1283
|
-
".cts",
|
|
1284
|
-
".mts",
|
|
1285
|
-
".tsx",
|
|
1286
|
-
],
|
|
1287
|
-
},
|
|
1288
|
-
"import-x/resolver": {
|
|
1289
|
-
typescript: {
|
|
1290
|
-
alwaysTryTypes: true,
|
|
1291
|
-
},
|
|
1292
|
-
},
|
|
1293
|
-
},
|
|
1294
|
-
},
|
|
1295
1207
|
{
|
|
1296
1208
|
files: [
|
|
1297
1209
|
"**/*.{js,cjs,mjs,jsx}",
|
|
1298
1210
|
],
|
|
1299
1211
|
plugins: {
|
|
1300
|
-
jsdoc:
|
|
1212
|
+
jsdoc: plugin0003,
|
|
1301
1213
|
},
|
|
1302
1214
|
settings: {
|
|
1303
1215
|
jsdoc: {
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
import globals from "globals";
|
|
4
4
|
import plugin0001 from "@typescript-eslint/eslint-plugin";
|
|
5
5
|
import plugin0002 from "@typescript-eslint/parser";
|
|
6
|
-
import plugin0003 from "eslint-plugin-
|
|
7
|
-
import plugin0004 from "eslint-plugin-
|
|
8
|
-
import plugin0005 from "eslint-plugin-react";
|
|
9
|
-
import plugin0006 from "eslint-plugin-react-hooks";
|
|
6
|
+
import plugin0003 from "eslint-plugin-jsdoc";
|
|
7
|
+
import plugin0004 from "eslint-plugin-react";
|
|
8
|
+
import plugin0005 from "eslint-plugin-react-hooks";
|
|
10
9
|
|
|
11
10
|
export default [
|
|
12
11
|
{
|
|
@@ -1207,99 +1206,12 @@ export default [
|
|
|
1207
1206
|
],
|
|
1208
1207
|
},
|
|
1209
1208
|
},
|
|
1210
|
-
{
|
|
1211
|
-
plugins: {
|
|
1212
|
-
"import-x": plugin0003,
|
|
1213
|
-
},
|
|
1214
|
-
settings: {
|
|
1215
|
-
"import-x/extensions": [
|
|
1216
|
-
".js",
|
|
1217
|
-
".jsx",
|
|
1218
|
-
".mjs",
|
|
1219
|
-
".cjs",
|
|
1220
|
-
],
|
|
1221
|
-
},
|
|
1222
|
-
rules: {
|
|
1223
|
-
"import-x/order": [
|
|
1224
|
-
"error",
|
|
1225
|
-
{
|
|
1226
|
-
pathGroups: [
|
|
1227
|
-
{
|
|
1228
|
-
pattern: "react",
|
|
1229
|
-
group: "external",
|
|
1230
|
-
position: "before",
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
pattern: "{@gooddata/**,gdc-*}",
|
|
1234
|
-
group: "external",
|
|
1235
|
-
position: "after",
|
|
1236
|
-
},
|
|
1237
|
-
],
|
|
1238
|
-
groups: [
|
|
1239
|
-
"builtin",
|
|
1240
|
-
"external",
|
|
1241
|
-
"internal",
|
|
1242
|
-
[
|
|
1243
|
-
"parent",
|
|
1244
|
-
"sibling",
|
|
1245
|
-
"index",
|
|
1246
|
-
],
|
|
1247
|
-
],
|
|
1248
|
-
pathGroupsExcludedImportTypes: [
|
|
1249
|
-
"react",
|
|
1250
|
-
],
|
|
1251
|
-
alphabetize: {
|
|
1252
|
-
order: "asc",
|
|
1253
|
-
caseInsensitive: true,
|
|
1254
|
-
},
|
|
1255
|
-
"newlines-between": "always",
|
|
1256
|
-
},
|
|
1257
|
-
],
|
|
1258
|
-
},
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
files: [
|
|
1262
|
-
"**/*.ts",
|
|
1263
|
-
"**/*.cts",
|
|
1264
|
-
"**/*.mts",
|
|
1265
|
-
"**/*.tsx",
|
|
1266
|
-
],
|
|
1267
|
-
settings: {
|
|
1268
|
-
"import-x/extensions": [
|
|
1269
|
-
".ts",
|
|
1270
|
-
".cts",
|
|
1271
|
-
".mts",
|
|
1272
|
-
".tsx",
|
|
1273
|
-
".js",
|
|
1274
|
-
".jsx",
|
|
1275
|
-
".mjs",
|
|
1276
|
-
".cjs",
|
|
1277
|
-
],
|
|
1278
|
-
"import-x/external-module-folders": [
|
|
1279
|
-
"node_modules",
|
|
1280
|
-
"node_modules/@types",
|
|
1281
|
-
],
|
|
1282
|
-
"import-x/parsers": {
|
|
1283
|
-
"@typescript-eslint/parser": [
|
|
1284
|
-
".ts",
|
|
1285
|
-
".cts",
|
|
1286
|
-
".mts",
|
|
1287
|
-
".tsx",
|
|
1288
|
-
],
|
|
1289
|
-
},
|
|
1290
|
-
"import-x/resolver": {
|
|
1291
|
-
typescript: {
|
|
1292
|
-
alwaysTryTypes: true,
|
|
1293
|
-
},
|
|
1294
|
-
},
|
|
1295
|
-
},
|
|
1296
|
-
},
|
|
1297
1209
|
{
|
|
1298
1210
|
files: [
|
|
1299
1211
|
"**/*.{js,cjs,mjs,jsx}",
|
|
1300
1212
|
],
|
|
1301
1213
|
plugins: {
|
|
1302
|
-
jsdoc:
|
|
1214
|
+
jsdoc: plugin0003,
|
|
1303
1215
|
},
|
|
1304
1216
|
settings: {
|
|
1305
1217
|
jsdoc: {
|
|
@@ -1381,7 +1293,7 @@ export default [
|
|
|
1381
1293
|
},
|
|
1382
1294
|
{
|
|
1383
1295
|
plugins: {
|
|
1384
|
-
react:
|
|
1296
|
+
react: plugin0004,
|
|
1385
1297
|
},
|
|
1386
1298
|
settings: {
|
|
1387
1299
|
react: {
|
|
@@ -1416,7 +1328,7 @@ export default [
|
|
|
1416
1328
|
},
|
|
1417
1329
|
{
|
|
1418
1330
|
plugins: {
|
|
1419
|
-
"react-hooks":
|
|
1331
|
+
"react-hooks": plugin0005,
|
|
1420
1332
|
},
|
|
1421
1333
|
rules: {
|
|
1422
1334
|
"react-hooks/rules-of-hooks": "error",
|