@storm-software/eslint 0.15.2 → 0.17.0

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/cjs/markdown.cjs CHANGED
@@ -372967,6 +372967,57 @@ var config2 = {
372967
372967
  };
372968
372968
  var storm_default = config2;
372969
372969
 
372970
+ // packages/eslint/src/utils/format-config.ts
372971
+ var formatConfig = (name, config5 = []) => {
372972
+ return config5.map((config6, index) => {
372973
+ if (!config6 || config6.name) {
372974
+ return config6 ?? {};
372975
+ }
372976
+ return {
372977
+ ...config6,
372978
+ name: `Storm Software (${name}) #${index + 1}`,
372979
+ settings: {
372980
+ "import/resolver": "node",
372981
+ ...config6.settings ?? {}
372982
+ }
372983
+ };
372984
+ });
372985
+ };
372986
+
372987
+ // packages/eslint/src/utils/ignores.ts
372988
+ var ignores = [
372989
+ "**/.git/**",
372990
+ "**/node_modules/**",
372991
+ "**/src/generators/**/files/**/*",
372992
+ "**/dist/**",
372993
+ "**/tmp/**",
372994
+ "**/coverage/**",
372995
+ "**/bench/**",
372996
+ "**/.wrangler/**",
372997
+ "**/.docusaurus/**",
372998
+ "**/.tamagui/**",
372999
+ "**/tamagui.css",
373000
+ "**/.nx/**",
373001
+ "**/.next/**",
373002
+ "**/workbox*.js",
373003
+ "**/sw*.js",
373004
+ "**/service-worker.js",
373005
+ "**/fallback*.js",
373006
+ "**/ios/**",
373007
+ "**/.android/**",
373008
+ "**/.DS_Store/**",
373009
+ "**/Thumbs.db/**",
373010
+ "**/.cspellcache",
373011
+ "**/package-lock.*",
373012
+ "**/npm-lock.*",
373013
+ "**/pnpm-lock.*",
373014
+ "**/pnpm-lock.*",
373015
+ "**/bun.lockb",
373016
+ "**/cargo.lock",
373017
+ "**/next-env.d.ts",
373018
+ "**/CODEOWNERS"
373019
+ ];
373020
+
372970
373021
  // packages/eslint/src/utils/constants.ts
372971
373022
  var RESTRICTED_SYNTAX = [
372972
373023
  {
@@ -373045,57 +373096,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
373045
373096
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
373046
373097
  var TS_FILE = "**/*.{,c,m}ts{,x}";
373047
373098
 
373048
- // packages/eslint/src/utils/format-config.ts
373049
- var formatConfig = (name, config5 = []) => {
373050
- return config5.map((config6, index) => {
373051
- if (!config6 || config6.name) {
373052
- return config6 ?? {};
373053
- }
373054
- return {
373055
- ...config6,
373056
- name: `Storm Software (${name}) #${index + 1}`,
373057
- settings: {
373058
- "import/resolver": "node",
373059
- ...config6.settings ?? {}
373060
- }
373061
- };
373062
- });
373063
- };
373064
-
373065
- // packages/eslint/src/utils/ignores.ts
373066
- var ignores = [
373067
- "**/.git/**",
373068
- "**/node_modules/**",
373069
- "**/src/generators/**/files/**/*",
373070
- "**/dist/**",
373071
- "**/tmp/**",
373072
- "**/coverage/**",
373073
- "**/bench/**",
373074
- "**/.wrangler/**",
373075
- "**/.docusaurus/**",
373076
- "**/.tamagui/**",
373077
- "**/tamagui.css",
373078
- "**/.nx/**",
373079
- "**/.next/**",
373080
- "**/workbox*.js",
373081
- "**/sw*.js",
373082
- "**/service-worker.js",
373083
- "**/fallback*.js",
373084
- "**/ios/**",
373085
- "**/.android/**",
373086
- "**/.DS_Store/**",
373087
- "**/Thumbs.db/**",
373088
- "**/.cspellcache",
373089
- "**/package-lock.*",
373090
- "**/npm-lock.*",
373091
- "**/pnpm-lock.*",
373092
- "**/pnpm-lock.*",
373093
- "**/bun.lockb",
373094
- "**/cargo.lock",
373095
- "**/next-env.d.ts",
373096
- "**/CODEOWNERS"
373097
- ];
373098
-
373099
373099
  // packages/eslint/src/base.ts
373100
373100
  var workspaceRoot = findWorkspaceRoot();
373101
373101
  var prettierCompat = new FlatCompat({
package/cjs/next.cjs CHANGED
@@ -547052,6 +547052,57 @@ var config2 = {
547052
547052
  };
547053
547053
  var storm_default = config2;
547054
547054
 
547055
+ // packages/eslint/src/utils/format-config.ts
547056
+ var formatConfig = (name, config9 = []) => {
547057
+ return config9.map((config10, index) => {
547058
+ if (!config10 || config10.name) {
547059
+ return config10 ?? {};
547060
+ }
547061
+ return {
547062
+ ...config10,
547063
+ name: `Storm Software (${name}) #${index + 1}`,
547064
+ settings: {
547065
+ "import/resolver": "node",
547066
+ ...config10.settings ?? {}
547067
+ }
547068
+ };
547069
+ });
547070
+ };
547071
+
547072
+ // packages/eslint/src/utils/ignores.ts
547073
+ var ignores = [
547074
+ "**/.git/**",
547075
+ "**/node_modules/**",
547076
+ "**/src/generators/**/files/**/*",
547077
+ "**/dist/**",
547078
+ "**/tmp/**",
547079
+ "**/coverage/**",
547080
+ "**/bench/**",
547081
+ "**/.wrangler/**",
547082
+ "**/.docusaurus/**",
547083
+ "**/.tamagui/**",
547084
+ "**/tamagui.css",
547085
+ "**/.nx/**",
547086
+ "**/.next/**",
547087
+ "**/workbox*.js",
547088
+ "**/sw*.js",
547089
+ "**/service-worker.js",
547090
+ "**/fallback*.js",
547091
+ "**/ios/**",
547092
+ "**/.android/**",
547093
+ "**/.DS_Store/**",
547094
+ "**/Thumbs.db/**",
547095
+ "**/.cspellcache",
547096
+ "**/package-lock.*",
547097
+ "**/npm-lock.*",
547098
+ "**/pnpm-lock.*",
547099
+ "**/pnpm-lock.*",
547100
+ "**/bun.lockb",
547101
+ "**/cargo.lock",
547102
+ "**/next-env.d.ts",
547103
+ "**/CODEOWNERS"
547104
+ ];
547105
+
547055
547106
  // packages/eslint/src/utils/constants.ts
547056
547107
  var RESTRICTED_SYNTAX = [
547057
547108
  {
@@ -547130,57 +547181,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
547130
547181
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
547131
547182
  var TS_FILE = "**/*.{,c,m}ts{,x}";
547132
547183
 
547133
- // packages/eslint/src/utils/format-config.ts
547134
- var formatConfig = (name, config9 = []) => {
547135
- return config9.map((config10, index) => {
547136
- if (!config10 || config10.name) {
547137
- return config10 ?? {};
547138
- }
547139
- return {
547140
- ...config10,
547141
- name: `Storm Software (${name}) #${index + 1}`,
547142
- settings: {
547143
- "import/resolver": "node",
547144
- ...config10.settings ?? {}
547145
- }
547146
- };
547147
- });
547148
- };
547149
-
547150
- // packages/eslint/src/utils/ignores.ts
547151
- var ignores = [
547152
- "**/.git/**",
547153
- "**/node_modules/**",
547154
- "**/src/generators/**/files/**/*",
547155
- "**/dist/**",
547156
- "**/tmp/**",
547157
- "**/coverage/**",
547158
- "**/bench/**",
547159
- "**/.wrangler/**",
547160
- "**/.docusaurus/**",
547161
- "**/.tamagui/**",
547162
- "**/tamagui.css",
547163
- "**/.nx/**",
547164
- "**/.next/**",
547165
- "**/workbox*.js",
547166
- "**/sw*.js",
547167
- "**/service-worker.js",
547168
- "**/fallback*.js",
547169
- "**/ios/**",
547170
- "**/.android/**",
547171
- "**/.DS_Store/**",
547172
- "**/Thumbs.db/**",
547173
- "**/.cspellcache",
547174
- "**/package-lock.*",
547175
- "**/npm-lock.*",
547176
- "**/pnpm-lock.*",
547177
- "**/pnpm-lock.*",
547178
- "**/bun.lockb",
547179
- "**/cargo.lock",
547180
- "**/next-env.d.ts",
547181
- "**/CODEOWNERS"
547182
- ];
547183
-
547184
547184
  // packages/eslint/src/base.ts
547185
547185
  var workspaceRoot = findWorkspaceRoot();
547186
547186
  var prettierCompat = new FlatCompat({
package/cjs/nx.cjs CHANGED
@@ -363325,6 +363325,57 @@ var config2 = {
363325
363325
  };
363326
363326
  var storm_default = config2;
363327
363327
 
363328
+ // packages/eslint/src/utils/format-config.ts
363329
+ var formatConfig = (name, config5 = []) => {
363330
+ return config5.map((config6, index) => {
363331
+ if (!config6 || config6.name) {
363332
+ return config6 ?? {};
363333
+ }
363334
+ return {
363335
+ ...config6,
363336
+ name: `Storm Software (${name}) #${index + 1}`,
363337
+ settings: {
363338
+ "import/resolver": "node",
363339
+ ...config6.settings ?? {}
363340
+ }
363341
+ };
363342
+ });
363343
+ };
363344
+
363345
+ // packages/eslint/src/utils/ignores.ts
363346
+ var ignores = [
363347
+ "**/.git/**",
363348
+ "**/node_modules/**",
363349
+ "**/src/generators/**/files/**/*",
363350
+ "**/dist/**",
363351
+ "**/tmp/**",
363352
+ "**/coverage/**",
363353
+ "**/bench/**",
363354
+ "**/.wrangler/**",
363355
+ "**/.docusaurus/**",
363356
+ "**/.tamagui/**",
363357
+ "**/tamagui.css",
363358
+ "**/.nx/**",
363359
+ "**/.next/**",
363360
+ "**/workbox*.js",
363361
+ "**/sw*.js",
363362
+ "**/service-worker.js",
363363
+ "**/fallback*.js",
363364
+ "**/ios/**",
363365
+ "**/.android/**",
363366
+ "**/.DS_Store/**",
363367
+ "**/Thumbs.db/**",
363368
+ "**/.cspellcache",
363369
+ "**/package-lock.*",
363370
+ "**/npm-lock.*",
363371
+ "**/pnpm-lock.*",
363372
+ "**/pnpm-lock.*",
363373
+ "**/bun.lockb",
363374
+ "**/cargo.lock",
363375
+ "**/next-env.d.ts",
363376
+ "**/CODEOWNERS"
363377
+ ];
363378
+
363328
363379
  // packages/eslint/src/utils/constants.ts
363329
363380
  var RESTRICTED_SYNTAX = [
363330
363381
  {
@@ -363403,57 +363454,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
363403
363454
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
363404
363455
  var TS_FILE = "**/*.{,c,m}ts{,x}";
363405
363456
 
363406
- // packages/eslint/src/utils/format-config.ts
363407
- var formatConfig = (name, config5 = []) => {
363408
- return config5.map((config6, index) => {
363409
- if (!config6 || config6.name) {
363410
- return config6 ?? {};
363411
- }
363412
- return {
363413
- ...config6,
363414
- name: `Storm Software (${name}) #${index + 1}`,
363415
- settings: {
363416
- "import/resolver": "node",
363417
- ...config6.settings ?? {}
363418
- }
363419
- };
363420
- });
363421
- };
363422
-
363423
- // packages/eslint/src/utils/ignores.ts
363424
- var ignores = [
363425
- "**/.git/**",
363426
- "**/node_modules/**",
363427
- "**/src/generators/**/files/**/*",
363428
- "**/dist/**",
363429
- "**/tmp/**",
363430
- "**/coverage/**",
363431
- "**/bench/**",
363432
- "**/.wrangler/**",
363433
- "**/.docusaurus/**",
363434
- "**/.tamagui/**",
363435
- "**/tamagui.css",
363436
- "**/.nx/**",
363437
- "**/.next/**",
363438
- "**/workbox*.js",
363439
- "**/sw*.js",
363440
- "**/service-worker.js",
363441
- "**/fallback*.js",
363442
- "**/ios/**",
363443
- "**/.android/**",
363444
- "**/.DS_Store/**",
363445
- "**/Thumbs.db/**",
363446
- "**/.cspellcache",
363447
- "**/package-lock.*",
363448
- "**/npm-lock.*",
363449
- "**/pnpm-lock.*",
363450
- "**/pnpm-lock.*",
363451
- "**/bun.lockb",
363452
- "**/cargo.lock",
363453
- "**/next-env.d.ts",
363454
- "**/CODEOWNERS"
363455
- ];
363456
-
363457
363457
  // packages/eslint/src/base.ts
363458
363458
  var workspaceRoot = findWorkspaceRoot();
363459
363459
  var prettierCompat = new FlatCompat({
@@ -363324,6 +363324,57 @@ var config2 = {
363324
363324
  };
363325
363325
  var storm_default = config2;
363326
363326
 
363327
+ // packages/eslint/src/utils/format-config.ts
363328
+ var formatConfig = (name, config5 = []) => {
363329
+ return config5.map((config6, index) => {
363330
+ if (!config6 || config6.name) {
363331
+ return config6 ?? {};
363332
+ }
363333
+ return {
363334
+ ...config6,
363335
+ name: `Storm Software (${name}) #${index + 1}`,
363336
+ settings: {
363337
+ "import/resolver": "node",
363338
+ ...config6.settings ?? {}
363339
+ }
363340
+ };
363341
+ });
363342
+ };
363343
+
363344
+ // packages/eslint/src/utils/ignores.ts
363345
+ var ignores = [
363346
+ "**/.git/**",
363347
+ "**/node_modules/**",
363348
+ "**/src/generators/**/files/**/*",
363349
+ "**/dist/**",
363350
+ "**/tmp/**",
363351
+ "**/coverage/**",
363352
+ "**/bench/**",
363353
+ "**/.wrangler/**",
363354
+ "**/.docusaurus/**",
363355
+ "**/.tamagui/**",
363356
+ "**/tamagui.css",
363357
+ "**/.nx/**",
363358
+ "**/.next/**",
363359
+ "**/workbox*.js",
363360
+ "**/sw*.js",
363361
+ "**/service-worker.js",
363362
+ "**/fallback*.js",
363363
+ "**/ios/**",
363364
+ "**/.android/**",
363365
+ "**/.DS_Store/**",
363366
+ "**/Thumbs.db/**",
363367
+ "**/.cspellcache",
363368
+ "**/package-lock.*",
363369
+ "**/npm-lock.*",
363370
+ "**/pnpm-lock.*",
363371
+ "**/pnpm-lock.*",
363372
+ "**/bun.lockb",
363373
+ "**/cargo.lock",
363374
+ "**/next-env.d.ts",
363375
+ "**/CODEOWNERS"
363376
+ ];
363377
+
363327
363378
  // packages/eslint/src/utils/constants.ts
363328
363379
  var RESTRICTED_SYNTAX = [
363329
363380
  {
@@ -363402,57 +363453,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
363402
363453
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
363403
363454
  var TS_FILE = "**/*.{,c,m}ts{,x}";
363404
363455
 
363405
- // packages/eslint/src/utils/format-config.ts
363406
- var formatConfig = (name, config5 = []) => {
363407
- return config5.map((config6, index) => {
363408
- if (!config6 || config6.name) {
363409
- return config6 ?? {};
363410
- }
363411
- return {
363412
- ...config6,
363413
- name: `Storm Software (${name}) #${index + 1}`,
363414
- settings: {
363415
- "import/resolver": "node",
363416
- ...config6.settings ?? {}
363417
- }
363418
- };
363419
- });
363420
- };
363421
-
363422
- // packages/eslint/src/utils/ignores.ts
363423
- var ignores = [
363424
- "**/.git/**",
363425
- "**/node_modules/**",
363426
- "**/src/generators/**/files/**/*",
363427
- "**/dist/**",
363428
- "**/tmp/**",
363429
- "**/coverage/**",
363430
- "**/bench/**",
363431
- "**/.wrangler/**",
363432
- "**/.docusaurus/**",
363433
- "**/.tamagui/**",
363434
- "**/tamagui.css",
363435
- "**/.nx/**",
363436
- "**/.next/**",
363437
- "**/workbox*.js",
363438
- "**/sw*.js",
363439
- "**/service-worker.js",
363440
- "**/fallback*.js",
363441
- "**/ios/**",
363442
- "**/.android/**",
363443
- "**/.DS_Store/**",
363444
- "**/Thumbs.db/**",
363445
- "**/.cspellcache",
363446
- "**/package-lock.*",
363447
- "**/npm-lock.*",
363448
- "**/pnpm-lock.*",
363449
- "**/pnpm-lock.*",
363450
- "**/bun.lockb",
363451
- "**/cargo.lock",
363452
- "**/next-env.d.ts",
363453
- "**/CODEOWNERS"
363454
- ];
363455
-
363456
363456
  // packages/eslint/src/base.ts
363457
363457
  var workspaceRoot = findWorkspaceRoot();
363458
363458
  var prettierCompat = new FlatCompat({
package/cjs/react.cjs CHANGED
@@ -539931,6 +539931,57 @@ var config2 = {
539931
539931
  };
539932
539932
  var storm_default = config2;
539933
539933
 
539934
+ // packages/eslint/src/utils/format-config.ts
539935
+ var formatConfig = (name, config8 = []) => {
539936
+ return config8.map((config9, index) => {
539937
+ if (!config9 || config9.name) {
539938
+ return config9 ?? {};
539939
+ }
539940
+ return {
539941
+ ...config9,
539942
+ name: `Storm Software (${name}) #${index + 1}`,
539943
+ settings: {
539944
+ "import/resolver": "node",
539945
+ ...config9.settings ?? {}
539946
+ }
539947
+ };
539948
+ });
539949
+ };
539950
+
539951
+ // packages/eslint/src/utils/ignores.ts
539952
+ var ignores = [
539953
+ "**/.git/**",
539954
+ "**/node_modules/**",
539955
+ "**/src/generators/**/files/**/*",
539956
+ "**/dist/**",
539957
+ "**/tmp/**",
539958
+ "**/coverage/**",
539959
+ "**/bench/**",
539960
+ "**/.wrangler/**",
539961
+ "**/.docusaurus/**",
539962
+ "**/.tamagui/**",
539963
+ "**/tamagui.css",
539964
+ "**/.nx/**",
539965
+ "**/.next/**",
539966
+ "**/workbox*.js",
539967
+ "**/sw*.js",
539968
+ "**/service-worker.js",
539969
+ "**/fallback*.js",
539970
+ "**/ios/**",
539971
+ "**/.android/**",
539972
+ "**/.DS_Store/**",
539973
+ "**/Thumbs.db/**",
539974
+ "**/.cspellcache",
539975
+ "**/package-lock.*",
539976
+ "**/npm-lock.*",
539977
+ "**/pnpm-lock.*",
539978
+ "**/pnpm-lock.*",
539979
+ "**/bun.lockb",
539980
+ "**/cargo.lock",
539981
+ "**/next-env.d.ts",
539982
+ "**/CODEOWNERS"
539983
+ ];
539984
+
539934
539985
  // packages/eslint/src/utils/constants.ts
539935
539986
  var RESTRICTED_SYNTAX = [
539936
539987
  {
@@ -540009,57 +540060,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
540009
540060
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
540010
540061
  var TS_FILE = "**/*.{,c,m}ts{,x}";
540011
540062
 
540012
- // packages/eslint/src/utils/format-config.ts
540013
- var formatConfig = (name, config8 = []) => {
540014
- return config8.map((config9, index) => {
540015
- if (!config9 || config9.name) {
540016
- return config9 ?? {};
540017
- }
540018
- return {
540019
- ...config9,
540020
- name: `Storm Software (${name}) #${index + 1}`,
540021
- settings: {
540022
- "import/resolver": "node",
540023
- ...config9.settings ?? {}
540024
- }
540025
- };
540026
- });
540027
- };
540028
-
540029
- // packages/eslint/src/utils/ignores.ts
540030
- var ignores = [
540031
- "**/.git/**",
540032
- "**/node_modules/**",
540033
- "**/src/generators/**/files/**/*",
540034
- "**/dist/**",
540035
- "**/tmp/**",
540036
- "**/coverage/**",
540037
- "**/bench/**",
540038
- "**/.wrangler/**",
540039
- "**/.docusaurus/**",
540040
- "**/.tamagui/**",
540041
- "**/tamagui.css",
540042
- "**/.nx/**",
540043
- "**/.next/**",
540044
- "**/workbox*.js",
540045
- "**/sw*.js",
540046
- "**/service-worker.js",
540047
- "**/fallback*.js",
540048
- "**/ios/**",
540049
- "**/.android/**",
540050
- "**/.DS_Store/**",
540051
- "**/Thumbs.db/**",
540052
- "**/.cspellcache",
540053
- "**/package-lock.*",
540054
- "**/npm-lock.*",
540055
- "**/pnpm-lock.*",
540056
- "**/pnpm-lock.*",
540057
- "**/bun.lockb",
540058
- "**/cargo.lock",
540059
- "**/next-env.d.ts",
540060
- "**/CODEOWNERS"
540061
- ];
540062
-
540063
540063
  // packages/eslint/src/base.ts
540064
540064
  var workspaceRoot = findWorkspaceRoot();
540065
540065
  var prettierCompat = new FlatCompat({
package/cjs/yml.cjs CHANGED
@@ -383773,6 +383773,57 @@ var config2 = {
383773
383773
  };
383774
383774
  var storm_default = config2;
383775
383775
 
383776
+ // packages/eslint/src/utils/format-config.ts
383777
+ var formatConfig = (name, config5 = []) => {
383778
+ return config5.map((config6, index) => {
383779
+ if (!config6 || config6.name) {
383780
+ return config6 ?? {};
383781
+ }
383782
+ return {
383783
+ ...config6,
383784
+ name: `Storm Software (${name}) #${index + 1}`,
383785
+ settings: {
383786
+ "import/resolver": "node",
383787
+ ...config6.settings ?? {}
383788
+ }
383789
+ };
383790
+ });
383791
+ };
383792
+
383793
+ // packages/eslint/src/utils/ignores.ts
383794
+ var ignores = [
383795
+ "**/.git/**",
383796
+ "**/node_modules/**",
383797
+ "**/src/generators/**/files/**/*",
383798
+ "**/dist/**",
383799
+ "**/tmp/**",
383800
+ "**/coverage/**",
383801
+ "**/bench/**",
383802
+ "**/.wrangler/**",
383803
+ "**/.docusaurus/**",
383804
+ "**/.tamagui/**",
383805
+ "**/tamagui.css",
383806
+ "**/.nx/**",
383807
+ "**/.next/**",
383808
+ "**/workbox*.js",
383809
+ "**/sw*.js",
383810
+ "**/service-worker.js",
383811
+ "**/fallback*.js",
383812
+ "**/ios/**",
383813
+ "**/.android/**",
383814
+ "**/.DS_Store/**",
383815
+ "**/Thumbs.db/**",
383816
+ "**/.cspellcache",
383817
+ "**/package-lock.*",
383818
+ "**/npm-lock.*",
383819
+ "**/pnpm-lock.*",
383820
+ "**/pnpm-lock.*",
383821
+ "**/bun.lockb",
383822
+ "**/cargo.lock",
383823
+ "**/next-env.d.ts",
383824
+ "**/CODEOWNERS"
383825
+ ];
383826
+
383776
383827
  // packages/eslint/src/utils/constants.ts
383777
383828
  var RESTRICTED_SYNTAX = [
383778
383829
  {
@@ -383851,57 +383902,6 @@ var CODE_BLOCK = "**/*.md{,x}/*";
383851
383902
  var CODE_FILE = "**/*.{,c,m}{j,t}s{,x}";
383852
383903
  var TS_FILE = "**/*.{,c,m}ts{,x}";
383853
383904
 
383854
- // packages/eslint/src/utils/format-config.ts
383855
- var formatConfig = (name, config5 = []) => {
383856
- return config5.map((config6, index) => {
383857
- if (!config6 || config6.name) {
383858
- return config6 ?? {};
383859
- }
383860
- return {
383861
- ...config6,
383862
- name: `Storm Software (${name}) #${index + 1}`,
383863
- settings: {
383864
- "import/resolver": "node",
383865
- ...config6.settings ?? {}
383866
- }
383867
- };
383868
- });
383869
- };
383870
-
383871
- // packages/eslint/src/utils/ignores.ts
383872
- var ignores = [
383873
- "**/.git/**",
383874
- "**/node_modules/**",
383875
- "**/src/generators/**/files/**/*",
383876
- "**/dist/**",
383877
- "**/tmp/**",
383878
- "**/coverage/**",
383879
- "**/bench/**",
383880
- "**/.wrangler/**",
383881
- "**/.docusaurus/**",
383882
- "**/.tamagui/**",
383883
- "**/tamagui.css",
383884
- "**/.nx/**",
383885
- "**/.next/**",
383886
- "**/workbox*.js",
383887
- "**/sw*.js",
383888
- "**/service-worker.js",
383889
- "**/fallback*.js",
383890
- "**/ios/**",
383891
- "**/.android/**",
383892
- "**/.DS_Store/**",
383893
- "**/Thumbs.db/**",
383894
- "**/.cspellcache",
383895
- "**/package-lock.*",
383896
- "**/npm-lock.*",
383897
- "**/pnpm-lock.*",
383898
- "**/pnpm-lock.*",
383899
- "**/bun.lockb",
383900
- "**/cargo.lock",
383901
- "**/next-env.d.ts",
383902
- "**/CODEOWNERS"
383903
- ];
383904
-
383905
383905
  // packages/eslint/src/base.ts
383906
383906
  var workspaceRoot = findWorkspaceRoot();
383907
383907
  var prettierCompat = new FlatCompat({