@jsse/eslint-config 0.2.22 → 0.2.24

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 (91) hide show
  1. package/dist/cli.cjs +1 -1
  2. package/dist/cli.js +1 -1
  3. package/dist/esm/cli.js +0 -1
  4. package/dist/esm/config-fns.js +0 -1
  5. package/dist/esm/configs/antfu.js +0 -1
  6. package/dist/esm/configs/comments.js +0 -1
  7. package/dist/esm/configs/gql.js +0 -1
  8. package/dist/esm/configs/ignores.js +0 -1
  9. package/dist/esm/configs/imports.js +0 -1
  10. package/dist/esm/configs/javascript.js +0 -1
  11. package/dist/esm/configs/jsdoc.js +0 -1
  12. package/dist/esm/configs/jsonc.js +0 -1
  13. package/dist/esm/configs/markdown.js +0 -1
  14. package/dist/esm/configs/n.js +0 -1
  15. package/dist/esm/configs/no-only-tests.js +0 -1
  16. package/dist/esm/configs/perfectionist.js +0 -1
  17. package/dist/esm/configs/prettier.js +0 -1
  18. package/dist/esm/configs/react.js +0 -1
  19. package/dist/esm/configs/sort-package-json.js +0 -1
  20. package/dist/esm/configs/sort-tsconfig.js +0 -1
  21. package/dist/esm/configs/stylistic.js +0 -1
  22. package/dist/esm/configs/tailwind.js +0 -1
  23. package/dist/esm/configs/toml.js +0 -1
  24. package/dist/esm/configs/ts/parser.js +0 -1
  25. package/dist/esm/configs/ts/requires-type-checking.js +0 -1
  26. package/dist/esm/configs/ts/typescript-language-options.js +0 -1
  27. package/dist/esm/configs/ts/typescript-rules.js +0 -1
  28. package/dist/esm/configs/ts/typescript.js +0 -1
  29. package/dist/esm/configs/tsdoc.js +0 -1
  30. package/dist/esm/configs/unicorn.js +0 -1
  31. package/dist/esm/configs/vitest.js +0 -1
  32. package/dist/esm/configs/yml.js +0 -1
  33. package/dist/esm/const.js +0 -1
  34. package/dist/esm/define-config.js +0 -1
  35. package/dist/esm/dev.js +0 -1
  36. package/dist/esm/fixable.js +0 -1
  37. package/dist/esm/globs.js +0 -1
  38. package/dist/esm/index.js +0 -1
  39. package/dist/esm/lager.js +0 -1
  40. package/dist/esm/plugindex.js +0 -1
  41. package/dist/esm/plugins-all.js +0 -1
  42. package/dist/esm/plugins.js +0 -1
  43. package/dist/esm/presets.js +0 -1
  44. package/dist/esm/types.js +0 -1
  45. package/dist/esm/utils.js +0 -1
  46. package/dist/index.d.cts +57 -1
  47. package/dist/index.d.ts +57 -1
  48. package/package.json +15 -15
  49. package/dist/esm/cli.js.map +0 -1
  50. package/dist/esm/config-fns.js.map +0 -1
  51. package/dist/esm/configs/antfu.js.map +0 -1
  52. package/dist/esm/configs/comments.js.map +0 -1
  53. package/dist/esm/configs/gql.js.map +0 -1
  54. package/dist/esm/configs/ignores.js.map +0 -1
  55. package/dist/esm/configs/imports.js.map +0 -1
  56. package/dist/esm/configs/javascript.js.map +0 -1
  57. package/dist/esm/configs/jsdoc.js.map +0 -1
  58. package/dist/esm/configs/jsonc.js.map +0 -1
  59. package/dist/esm/configs/markdown.js.map +0 -1
  60. package/dist/esm/configs/n.js.map +0 -1
  61. package/dist/esm/configs/no-only-tests.js.map +0 -1
  62. package/dist/esm/configs/perfectionist.js.map +0 -1
  63. package/dist/esm/configs/prettier.js.map +0 -1
  64. package/dist/esm/configs/react.js.map +0 -1
  65. package/dist/esm/configs/sort-package-json.js.map +0 -1
  66. package/dist/esm/configs/sort-tsconfig.js.map +0 -1
  67. package/dist/esm/configs/stylistic.js.map +0 -1
  68. package/dist/esm/configs/tailwind.js.map +0 -1
  69. package/dist/esm/configs/toml.js.map +0 -1
  70. package/dist/esm/configs/ts/parser.js.map +0 -1
  71. package/dist/esm/configs/ts/requires-type-checking.js.map +0 -1
  72. package/dist/esm/configs/ts/typescript-language-options.js.map +0 -1
  73. package/dist/esm/configs/ts/typescript-rules.js.map +0 -1
  74. package/dist/esm/configs/ts/typescript.js.map +0 -1
  75. package/dist/esm/configs/tsdoc.js.map +0 -1
  76. package/dist/esm/configs/unicorn.js.map +0 -1
  77. package/dist/esm/configs/vitest.js.map +0 -1
  78. package/dist/esm/configs/yml.js.map +0 -1
  79. package/dist/esm/const.js.map +0 -1
  80. package/dist/esm/define-config.js.map +0 -1
  81. package/dist/esm/dev.js.map +0 -1
  82. package/dist/esm/fixable.js.map +0 -1
  83. package/dist/esm/globs.js.map +0 -1
  84. package/dist/esm/index.js.map +0 -1
  85. package/dist/esm/lager.js.map +0 -1
  86. package/dist/esm/plugindex.js.map +0 -1
  87. package/dist/esm/plugins-all.js.map +0 -1
  88. package/dist/esm/plugins.js.map +0 -1
  89. package/dist/esm/presets.js.map +0 -1
  90. package/dist/esm/types.js.map +0 -1
  91. package/dist/esm/utils.js.map +0 -1
package/dist/cli.cjs CHANGED
@@ -612,7 +612,7 @@ var CAC = class extends import_events.EventEmitter {
612
612
  var cac = (name = "") => new CAC(name);
613
613
 
614
614
  // package.json
615
- var version = "0.2.22";
615
+ var version = "0.2.24";
616
616
 
617
617
  // src/cli.ts
618
618
  var cli = cac("jsselint");
package/dist/cli.js CHANGED
@@ -588,7 +588,7 @@ var CAC = class extends EventEmitter {
588
588
  var cac = (name = "") => new CAC(name);
589
589
 
590
590
  // package.json
591
- var version = "0.2.22";
591
+ var version = "0.2.24";
592
592
 
593
593
  // src/cli.ts
594
594
  var cli = cac("jsselint");
package/dist/esm/cli.js CHANGED
@@ -93,4 +93,3 @@ if (JSON.stringify(r) === JSON.stringify({ args: [], options: { "--": [] } })) {
93
93
  cli.outputHelp();
94
94
  process.exit(1);
95
95
  }
96
- //# sourceMappingURL=cli.js.map
@@ -73,4 +73,3 @@ export { tsdoc } from "./configs/tsdoc.js";
73
73
  export { unicorn } from "./configs/unicorn.js";
74
74
  export { vitest } from "./configs/vitest.js";
75
75
  export { yml } from "./configs/yml.js";
76
- //# sourceMappingURL=config-fns.js.map
@@ -28,4 +28,3 @@ export const antfu = async (options) => {
28
28
  // },
29
29
  ];
30
30
  };
31
- //# sourceMappingURL=antfu.js.map
@@ -14,4 +14,3 @@ export const comments = async () => [
14
14
  },
15
15
  },
16
16
  ];
17
- //# sourceMappingURL=comments.js.map
@@ -2,4 +2,3 @@
2
2
  export function gql() {
3
3
  return [];
4
4
  }
5
- //# sourceMappingURL=gql.js.map
@@ -7,4 +7,3 @@ export const ignores = async () => {
7
7
  },
8
8
  ];
9
9
  };
10
- //# sourceMappingURL=ignores.js.map
@@ -27,4 +27,3 @@ export const imports = async (options) => {
27
27
  },
28
28
  ];
29
29
  };
30
- //# sourceMappingURL=imports.js.map
@@ -260,4 +260,3 @@ export const javascript = async (options) => {
260
260
  },
261
261
  ];
262
262
  };
263
- //# sourceMappingURL=javascript.js.map
@@ -29,4 +29,3 @@ export const jsdoc = async () => {
29
29
  },
30
30
  ];
31
31
  };
32
- //# sourceMappingURL=jsdoc.js.map
@@ -74,4 +74,3 @@ export const jsonc = async (options) => {
74
74
  },
75
75
  ];
76
76
  };
77
- //# sourceMappingURL=jsonc.js.map
@@ -120,4 +120,3 @@ export const markdown = async (options) => {
120
120
  },
121
121
  ];
122
122
  };
123
- //# sourceMappingURL=markdown.js.map
@@ -19,4 +19,3 @@ export const n = async () => {
19
19
  },
20
20
  ];
21
21
  };
22
- //# sourceMappingURL=n.js.map
@@ -29,4 +29,3 @@ export const noOnlyTests = async (options = {}) => {
29
29
  },
30
30
  ];
31
31
  };
32
- //# sourceMappingURL=no-only-tests.js.map
@@ -58,4 +58,3 @@ export const perfectionist = async () => {
58
58
  },
59
59
  ];
60
60
  };
61
- //# sourceMappingURL=perfectionist.js.map
@@ -124,4 +124,3 @@ export const prettier = async () => {
124
124
  },
125
125
  ];
126
126
  };
127
- //# sourceMappingURL=prettier.js.map
@@ -299,4 +299,3 @@ export const react = async (options) => {
299
299
  }
300
300
  return config;
301
301
  };
302
- //# sourceMappingURL=react.js.map
@@ -87,4 +87,3 @@ export const sortPackageJson = async () => {
87
87
  },
88
88
  ];
89
89
  };
90
- //# sourceMappingURL=sort-package-json.js.map
@@ -131,4 +131,3 @@ export const sortTsconfig = async (options) => {
131
131
  },
132
132
  ];
133
133
  };
134
- //# sourceMappingURL=sort-tsconfig.js.map
@@ -35,4 +35,3 @@ export const stylistic = async (options) => {
35
35
  },
36
36
  ];
37
37
  };
38
- //# sourceMappingURL=stylistic.js.map
@@ -46,4 +46,3 @@ export const tailwind = async (options) => {
46
46
  return [];
47
47
  });
48
48
  };
49
- //# sourceMappingURL=tailwind.js.map
@@ -48,4 +48,3 @@ export const toml = async (options) => {
48
48
  },
49
49
  ];
50
50
  };
51
- //# sourceMappingURL=toml.js.map
@@ -63,4 +63,3 @@ export function typescriptParser(options) {
63
63
  name: name ?? `jsse/typescript/${typeAware ? "type-aware-parser" : "parser"}`,
64
64
  };
65
65
  }
66
- //# sourceMappingURL=parser.js.map
@@ -55,4 +55,3 @@ export const requiresTypeChecking = [
55
55
  "@typescript-eslint/unbound-method",
56
56
  "@typescript-eslint/use-unknown-in-catch-callback-variable",
57
57
  ];
58
- //# sourceMappingURL=requires-type-checking.js.map
@@ -20,4 +20,3 @@ export function typescriptLanguageOptions(options) {
20
20
  parserOptions,
21
21
  };
22
22
  }
23
- //# sourceMappingURL=typescript-language-options.js.map
@@ -413,4 +413,3 @@ export function typescriptRules(props) {
413
413
  }
414
414
  return typescriptRulesTypeOblivious();
415
415
  }
416
- //# sourceMappingURL=typescript-rules.js.map
@@ -107,4 +107,3 @@ export const typescript = async (options) => {
107
107
  },
108
108
  ];
109
109
  };
110
- //# sourceMappingURL=typescript.js.map
@@ -14,4 +14,3 @@ export const tsdoc = async () => {
14
14
  },
15
15
  ];
16
16
  };
17
- //# sourceMappingURL=tsdoc.js.map
@@ -113,4 +113,3 @@ export const unicorn = async () => {
113
113
  },
114
114
  ];
115
115
  };
116
- //# sourceMappingURL=unicorn.js.map
@@ -27,4 +27,3 @@ export const vitest = async (options = {}) => {
27
27
  },
28
28
  ];
29
29
  };
30
- //# sourceMappingURL=vitest.js.map
@@ -49,4 +49,3 @@ export const yml = async (options) => {
49
49
  },
50
50
  ];
51
51
  };
52
- //# sourceMappingURL=yml.js.map
package/dist/esm/const.js CHANGED
@@ -9,4 +9,3 @@ export const SLOW_RULES = [
9
9
  "@typescript-eslint/no-unsafe-return",
10
10
  "unicorn/no-unnecessary-polyfills",
11
11
  ];
12
- //# sourceMappingURL=const.js.map
@@ -231,4 +231,3 @@ export async function jsse(options = {}, ...userConfigs) {
231
231
  export async function defineConfig(options = {}, ...userConfigs) {
232
232
  return jsse(options, ...userConfigs);
233
233
  }
234
- //# sourceMappingURL=define-config.js.map
package/dist/esm/dev.js CHANGED
@@ -23,4 +23,3 @@ main()
23
23
  throw e;
24
24
  });
25
25
  export {};
26
- //# sourceMappingURL=dev.js.map
@@ -387,4 +387,3 @@ export const fixableRules = {
387
387
  "vitest/valid-title",
388
388
  ],
389
389
  };
390
- //# sourceMappingURL=fixable.js.map
package/dist/esm/globs.js CHANGED
@@ -71,4 +71,3 @@ export const GLOB_EXCLUDE = [
71
71
  "**/tmp",
72
72
  "**/yarn.lock",
73
73
  ];
74
- //# sourceMappingURL=globs.js.map
package/dist/esm/index.js CHANGED
@@ -6,4 +6,3 @@ export * from "./plugins.js";
6
6
  export { jsseReact } from "./presets.js";
7
7
  export * from "./types.js";
8
8
  export * from "./utils.js";
9
- //# sourceMappingURL=index.js.map
package/dist/esm/lager.js CHANGED
@@ -84,4 +84,3 @@ export class Lager {
84
84
  }
85
85
  }
86
86
  export const log = new Lager();
87
- //# sourceMappingURL=lager.js.map
@@ -58,4 +58,3 @@ export const plugindex = {
58
58
  prefix: "vitest/",
59
59
  },
60
60
  };
61
- //# sourceMappingURL=plugindex.js.map
@@ -24,4 +24,3 @@ export * as pluginReactRefresh from "eslint-plugin-react-refresh";
24
24
  export { default as pluginTailwind } from "eslint-plugin-tailwindcss";
25
25
  export { default as pluginTsdoc } from "eslint-plugin-tsdoc";
26
26
  export { default as parserJsonc } from "jsonc-eslint-parser";
27
- //# sourceMappingURL=plugins-all.js.map
@@ -110,4 +110,3 @@ export async function safeImportPluginTailwind() {
110
110
  return err(new Error(`Failed to import \`eslint-plugin-tailwindcss\`. You might need to install it. ${e}`));
111
111
  }
112
112
  }
113
- //# sourceMappingURL=plugins.js.map
@@ -10,4 +10,3 @@ export const jsseReact = (options, ...configs) => {
10
10
  ...options,
11
11
  }, ...configs);
12
12
  };
13
- //# sourceMappingURL=presets.js.map
package/dist/esm/types.js CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=types.js.map
package/dist/esm/utils.js CHANGED
@@ -154,4 +154,3 @@ export function warn2error(configs) {
154
154
  }
155
155
  return configs;
156
156
  }
157
- //# sourceMappingURL=utils.js.map
package/dist/index.d.cts CHANGED
@@ -5165,6 +5165,7 @@ interface JsdocRuleOptions {
5165
5165
  */
5166
5166
  "jsdoc/no-missing-syntax"?: Linter.RuleEntry<JsdocNoMissingSyntax>;
5167
5167
  /**
5168
+ * Prevents use of multiple asterisks at the beginning of lines.
5168
5169
  * @see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-multi-asterisks.md#repos-sticky-header
5169
5170
  */
5170
5171
  "jsdoc/no-multi-asterisks"?: Linter.RuleEntry<JsdocNoMultiAsterisks>;
@@ -5309,6 +5310,7 @@ interface JsdocRuleOptions {
5309
5310
  */
5310
5311
  "jsdoc/tag-lines"?: Linter.RuleEntry<JsdocTagLines>;
5311
5312
  /**
5313
+ * Auto-escape certain characters that are input within block and tag descriptions.
5312
5314
  * @see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/text-escaping.md#repos-sticky-header
5313
5315
  */
5314
5316
  "jsdoc/text-escaping"?: Linter.RuleEntry<JsdocTextEscaping>;
@@ -9836,6 +9838,7 @@ interface PerfectionistRuleOptions {
9836
9838
  /**
9837
9839
  * Enforce sorted Astro attributes.
9838
9840
  * @see https://perfectionist.dev/rules/sort-astro-attributes
9841
+ * @deprecated
9839
9842
  */
9840
9843
  "perfectionist/sort-astro-attributes"?: Linter.RuleEntry<PerfectionistSortAstroAttributes>;
9841
9844
  /**
@@ -9906,6 +9909,7 @@ interface PerfectionistRuleOptions {
9906
9909
  /**
9907
9910
  * Enforce sorted Svelte attributes.
9908
9911
  * @see https://perfectionist.dev/rules/sort-svelte-attributes
9912
+ * @deprecated
9909
9913
  */
9910
9914
  "perfectionist/sort-svelte-attributes"?: Linter.RuleEntry<PerfectionistSortSvelteAttributes>;
9911
9915
  /**
@@ -9926,6 +9930,7 @@ interface PerfectionistRuleOptions {
9926
9930
  /**
9927
9931
  * Enforce sorted Vue attributes.
9928
9932
  * @see https://perfectionist.dev/rules/sort-vue-attributes
9933
+ * @deprecated
9929
9934
  */
9930
9935
  "perfectionist/sort-vue-attributes"?: Linter.RuleEntry<PerfectionistSortVueAttributes>;
9931
9936
  }
@@ -9944,6 +9949,8 @@ type PerfectionistSortArrayIncludes =
9944
9949
 
9945
9950
  ignoreCase?: boolean;
9946
9951
 
9952
+ specialCharacters?: "remove" | "trim" | "keep";
9953
+
9947
9954
  groupKind?: "mixed" | "literals-first" | "spreads-first";
9948
9955
 
9949
9956
  partitionByComment?: string[] | boolean | string;
@@ -9964,6 +9971,8 @@ type PerfectionistSortAstroAttributes =
9964
9971
 
9965
9972
  ignoreCase?: boolean;
9966
9973
 
9974
+ specialCharacters?: "remove" | "trim" | "keep";
9975
+
9967
9976
  groups?: (string | string[])[];
9968
9977
 
9969
9978
  customGroups?: {
@@ -9984,6 +9993,8 @@ type PerfectionistSortClasses =
9984
9993
 
9985
9994
  ignoreCase?: boolean;
9986
9995
 
9996
+ specialCharacters?: "remove" | "trim" | "keep";
9997
+
9987
9998
  partitionByComment?: string[] | boolean | string;
9988
9999
 
9989
10000
  groups?: (string | string[])[];
@@ -10030,6 +10041,8 @@ type PerfectionistSortClasses =
10030
10041
 
10031
10042
  elementNamePattern?: string;
10032
10043
 
10044
+ elementValuePattern?: string;
10045
+
10033
10046
  decoratorNamePattern?: string;
10034
10047
  }[];
10035
10048
  }
@@ -10070,6 +10083,8 @@ type PerfectionistSortClasses =
10070
10083
 
10071
10084
  elementNamePattern?: string;
10072
10085
 
10086
+ elementValuePattern?: string;
10087
+
10073
10088
  decoratorNamePattern?: string;
10074
10089
  }
10075
10090
  )[];
@@ -10088,6 +10103,8 @@ type PerfectionistSortEnums =
10088
10103
 
10089
10104
  ignoreCase?: boolean;
10090
10105
 
10106
+ specialCharacters?: "remove" | "trim" | "keep";
10107
+
10091
10108
  sortByValue?: boolean;
10092
10109
 
10093
10110
  forceNumericSort?: boolean;
@@ -10110,6 +10127,8 @@ type PerfectionistSortExports =
10110
10127
 
10111
10128
  ignoreCase?: boolean;
10112
10129
 
10130
+ specialCharacters?: "remove" | "trim" | "keep";
10131
+
10113
10132
  partitionByComment?: string[] | boolean | string;
10114
10133
 
10115
10134
  partitionByNewLine?: boolean;
@@ -10129,6 +10148,8 @@ type _PerfectionistSortImportsSortImports =
10129
10148
 
10130
10149
  ignoreCase?: boolean;
10131
10150
 
10151
+ specialCharacters?: "remove" | "trim" | "keep";
10152
+
10132
10153
  internalPattern?: string[];
10133
10154
 
10134
10155
  sortSideEffects?: boolean;
@@ -10172,6 +10193,8 @@ type PerfectionistSortInterfaces =
10172
10193
 
10173
10194
  ignoreCase?: boolean;
10174
10195
 
10196
+ specialCharacters?: "remove" | "trim" | "keep";
10197
+
10175
10198
  ignorePattern?: string[];
10176
10199
 
10177
10200
  partitionByComment?: boolean | string | string[];
@@ -10200,6 +10223,8 @@ type PerfectionistSortIntersectionTypes =
10200
10223
 
10201
10224
  ignoreCase?: boolean;
10202
10225
 
10226
+ specialCharacters?: "remove" | "trim" | "keep";
10227
+
10203
10228
  groups?: (string | string[])[];
10204
10229
 
10205
10230
  partitionByComment?: string[] | boolean | string;
@@ -10220,6 +10245,8 @@ type PerfectionistSortJsxProps =
10220
10245
 
10221
10246
  ignoreCase?: boolean;
10222
10247
 
10248
+ specialCharacters?: "remove" | "trim" | "keep";
10249
+
10223
10250
  ignorePattern?: string[];
10224
10251
 
10225
10252
  groups?: (string | string[])[];
@@ -10242,6 +10269,8 @@ type PerfectionistSortMaps =
10242
10269
 
10243
10270
  ignoreCase?: boolean;
10244
10271
 
10272
+ specialCharacters?: "remove" | "trim" | "keep";
10273
+
10245
10274
  partitionByComment?: string[] | boolean | string;
10246
10275
 
10247
10276
  partitionByNewLine?: boolean;
@@ -10260,6 +10289,8 @@ type PerfectionistSortNamedExports =
10260
10289
 
10261
10290
  ignoreCase?: boolean;
10262
10291
 
10292
+ specialCharacters?: "remove" | "trim" | "keep";
10293
+
10263
10294
  groupKind?: "mixed" | "values-first" | "types-first";
10264
10295
 
10265
10296
  partitionByComment?: string[] | boolean | string;
@@ -10280,6 +10311,8 @@ type PerfectionistSortNamedImports =
10280
10311
 
10281
10312
  ignoreCase?: boolean;
10282
10313
 
10314
+ specialCharacters?: "remove" | "trim" | "keep";
10315
+
10283
10316
  ignoreAlias?: boolean;
10284
10317
 
10285
10318
  groupKind?: "mixed" | "values-first" | "types-first";
@@ -10302,6 +10335,8 @@ type PerfectionistSortObjectTypes =
10302
10335
 
10303
10336
  ignoreCase?: boolean;
10304
10337
 
10338
+ specialCharacters?: "remove" | "trim" | "keep";
10339
+
10305
10340
  partitionByComment?: string[] | boolean | string;
10306
10341
 
10307
10342
  partitionByNewLine?: boolean;
@@ -10328,6 +10363,8 @@ type PerfectionistSortObjects =
10328
10363
 
10329
10364
  ignoreCase?: boolean;
10330
10365
 
10366
+ specialCharacters?: "remove" | "trim" | "keep";
10367
+
10331
10368
  partitionByComment?: string[] | boolean | string;
10332
10369
 
10333
10370
  partitionByNewLine?: boolean;
@@ -10358,6 +10395,8 @@ type PerfectionistSortSets =
10358
10395
 
10359
10396
  ignoreCase?: boolean;
10360
10397
 
10398
+ specialCharacters?: "remove" | "trim" | "keep";
10399
+
10361
10400
  groupKind?: "mixed" | "literals-first" | "spreads-first";
10362
10401
 
10363
10402
  partitionByComment?: string[] | boolean | string;
@@ -10378,6 +10417,8 @@ type PerfectionistSortSvelteAttributes =
10378
10417
 
10379
10418
  ignoreCase?: boolean;
10380
10419
 
10420
+ specialCharacters?: "remove" | "trim" | "keep";
10421
+
10381
10422
  groups?: (string | string[])[];
10382
10423
 
10383
10424
  customGroups?: {
@@ -10395,6 +10436,8 @@ type PerfectionistSortSwitchCase =
10395
10436
  order?: "asc" | "desc";
10396
10437
 
10397
10438
  ignoreCase?: boolean;
10439
+
10440
+ specialCharacters?: "remove" | "trim" | "keep";
10398
10441
  },
10399
10442
  ];
10400
10443
  // ----- perfectionist/sort-union-types -----
@@ -10410,6 +10453,8 @@ type PerfectionistSortUnionTypes =
10410
10453
 
10411
10454
  ignoreCase?: boolean;
10412
10455
 
10456
+ specialCharacters?: "remove" | "trim" | "keep";
10457
+
10413
10458
  groups?: (string | string[])[];
10414
10459
 
10415
10460
  partitionByComment?: string[] | boolean | string;
@@ -10430,6 +10475,8 @@ type PerfectionistSortVariableDeclarations =
10430
10475
 
10431
10476
  ignoreCase?: boolean;
10432
10477
 
10478
+ specialCharacters?: "remove" | "trim" | "keep";
10479
+
10433
10480
  partitionByComment?: string[] | boolean | string;
10434
10481
 
10435
10482
  partitionByNewLine?: boolean;
@@ -10448,6 +10495,8 @@ type PerfectionistSortVueAttributes =
10448
10495
 
10449
10496
  ignoreCase?: boolean;
10450
10497
 
10498
+ specialCharacters?: "remove" | "trim" | "keep";
10499
+
10451
10500
  groups?: (string | string[])[];
10452
10501
 
10453
10502
  customGroups?: {
@@ -15088,7 +15137,7 @@ interface TypescriptRuleOptions {
15088
15137
  */
15089
15138
  "@typescript-eslint/no-array-delete"?: Linter.RuleEntry<[]>;
15090
15139
  /**
15091
- * Require `.toString()` to only be called on objects which provide useful information when stringified
15140
+ * Require `.toString()` and `.toLocaleString()` to only be called on objects which provide useful information when stringified
15092
15141
  * @see https://typescript-eslint.io/rules/no-base-to-string
15093
15142
  */
15094
15143
  "@typescript-eslint/no-base-to-string"?: Linter.RuleEntry<TypescriptEslintNoBaseToString>;
@@ -16000,6 +16049,7 @@ type TypescriptEslintExplicitMemberAccessibility =
16000
16049
  accessibility?: "explicit" | "no-public" | "off";
16001
16050
 
16002
16051
  ignoredMethodNames?: string[];
16052
+
16003
16053
  overrides?: {
16004
16054
  accessors?: "explicit" | "no-public" | "off";
16005
16055
  constructors?: "explicit" | "no-public" | "off";
@@ -18787,6 +18837,7 @@ type TypescriptEslintNoMisusedPromises =
18787
18837
  checksConditionals?: boolean;
18788
18838
 
18789
18839
  checksSpreads?: boolean;
18840
+
18790
18841
  checksVoidReturn?:
18791
18842
  | boolean
18792
18843
  | {
@@ -19134,6 +19185,7 @@ type TypescriptEslintPreferDestructuring =
19134
19185
  ),
19135
19186
  {
19136
19187
  enforceForDeclarationWithTypeAnnotation?: boolean;
19188
+
19137
19189
  enforceForRenamedProperties?: boolean;
19138
19190
  [k: string]: unknown | undefined;
19139
19191
  },
@@ -19160,8 +19212,11 @@ type TypescriptEslintPreferNullishCoalescing =
19160
19212
  ignorePrimitives?:
19161
19213
  | {
19162
19214
  bigint?: boolean;
19215
+
19163
19216
  boolean?: boolean;
19217
+
19164
19218
  number?: boolean;
19219
+
19165
19220
  string?: boolean;
19166
19221
  [k: string]: unknown | undefined;
19167
19222
  }
@@ -19385,6 +19440,7 @@ type TypescriptEslintStrictBooleanExpressions =
19385
19440
  allowNullableString?: boolean;
19386
19441
 
19387
19442
  allowNumber?: boolean;
19443
+
19388
19444
  allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
19389
19445
 
19390
19446
  allowString?: boolean;