@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 +0 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
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:
|
|
1472
|
+
// fallbackSort: { order: 'asc', type: 'alphabetical' },
|
|
1473
1473
|
ignoreCase: true,
|
|
1474
1474
|
order: "asc",
|
|
1475
1475
|
type: "alphabetical"
|