@ntnyq/eslint-config 4.0.0-beta.5 → 4.0.0-beta.6

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/dist/index.d.ts CHANGED
@@ -15801,10 +15801,6 @@ declare const PRETTIER_DEFAULT_OPTIONS: PrettierOptions;
15801
15801
  * Shared perfectionist rule options for all rules
15802
15802
  */
15803
15803
  declare const PERFECTIONIST_COMMON_RULE_OPTIONS: {
15804
- readonly fallbackSort: {
15805
- readonly order: "asc";
15806
- readonly type: "alphabetical";
15807
- };
15808
15804
  readonly ignoreCase: true;
15809
15805
  readonly order: "asc";
15810
15806
  readonly type: "alphabetical";
package/dist/index.js CHANGED
@@ -1469,7 +1469,7 @@ var PRETTIER_DEFAULT_OPTIONS = {
1469
1469
 
1470
1470
  // src/constants/perfectionist.ts
1471
1471
  var PERFECTIONIST_COMMON_RULE_OPTIONS = {
1472
- fallbackSort: { order: "asc", type: "alphabetical" },
1472
+ // fallbackSort: { order: 'asc', type: 'alphabetical' },
1473
1473
  ignoreCase: true,
1474
1474
  order: "asc",
1475
1475
  type: "alphabetical"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.5",
4
+ "version": "4.0.0-beta.6",
5
5
  "packageManager": "pnpm@10.4.0",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [