@saasmakers/eslint 0.1.64 → 0.1.65
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/eslint.config.cjs
CHANGED
|
@@ -10759,10 +10759,10 @@ const eslint_config = antfu__default(
|
|
|
10759
10759
|
}
|
|
10760
10760
|
},
|
|
10761
10761
|
...storybook__default.configs["flat/recommended"],
|
|
10762
|
-
// Override rules defined by Antfu ESLint config
|
|
10763
|
-
// Try to keep the disabled rules to a minimum
|
|
10764
10762
|
{
|
|
10765
10763
|
rules: {
|
|
10764
|
+
// Override rules defined by Antfu ESLint config
|
|
10765
|
+
// Try to keep the disabled rules to a minimum
|
|
10766
10766
|
"antfu/no-top-level-await": "off",
|
|
10767
10767
|
"node/prefer-global/process": "off",
|
|
10768
10768
|
"pnpm/yaml-enforce-settings": "off",
|
|
@@ -10770,7 +10770,6 @@ const eslint_config = antfu__default(
|
|
|
10770
10770
|
// Perfectionist
|
|
10771
10771
|
...index.configs["recommended-natural"].rules,
|
|
10772
10772
|
"perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
|
|
10773
|
-
"perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
|
|
10774
10773
|
"perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
|
|
10775
10774
|
}
|
|
10776
10775
|
}
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -43,10 +43,10 @@ var eslint_config = antfu(
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
...storybook.configs["flat/recommended"],
|
|
46
|
-
// Override rules defined by Antfu ESLint config
|
|
47
|
-
// Try to keep the disabled rules to a minimum
|
|
48
46
|
{
|
|
49
47
|
rules: {
|
|
48
|
+
// Override rules defined by Antfu ESLint config
|
|
49
|
+
// Try to keep the disabled rules to a minimum
|
|
50
50
|
"antfu/no-top-level-await": "off",
|
|
51
51
|
"node/prefer-global/process": "off",
|
|
52
52
|
"pnpm/yaml-enforce-settings": "off",
|
|
@@ -54,7 +54,6 @@ var eslint_config = antfu(
|
|
|
54
54
|
// Perfectionist
|
|
55
55
|
..._default.configs["recommended-natural"].rules,
|
|
56
56
|
"perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
|
|
57
|
-
"perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
|
|
58
57
|
"perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
|
|
59
58
|
}
|
|
60
59
|
}
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -43,10 +43,10 @@ var eslint_config = antfu(
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
...storybook.configs["flat/recommended"],
|
|
46
|
-
// Override rules defined by Antfu ESLint config
|
|
47
|
-
// Try to keep the disabled rules to a minimum
|
|
48
46
|
{
|
|
49
47
|
rules: {
|
|
48
|
+
// Override rules defined by Antfu ESLint config
|
|
49
|
+
// Try to keep the disabled rules to a minimum
|
|
50
50
|
"antfu/no-top-level-await": "off",
|
|
51
51
|
"node/prefer-global/process": "off",
|
|
52
52
|
"pnpm/yaml-enforce-settings": "off",
|
|
@@ -54,7 +54,6 @@ var eslint_config = antfu(
|
|
|
54
54
|
// Perfectionist
|
|
55
55
|
..._default.configs["recommended-natural"].rules,
|
|
56
56
|
"perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
|
|
57
|
-
"perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
|
|
58
57
|
"perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
|
|
59
58
|
}
|
|
60
59
|
}
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -43,10 +43,10 @@ var eslint_config = antfu(
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
...storybook.configs["flat/recommended"],
|
|
46
|
-
// Override rules defined by Antfu ESLint config
|
|
47
|
-
// Try to keep the disabled rules to a minimum
|
|
48
46
|
{
|
|
49
47
|
rules: {
|
|
48
|
+
// Override rules defined by Antfu ESLint config
|
|
49
|
+
// Try to keep the disabled rules to a minimum
|
|
50
50
|
"antfu/no-top-level-await": "off",
|
|
51
51
|
"node/prefer-global/process": "off",
|
|
52
52
|
"pnpm/yaml-enforce-settings": "off",
|
|
@@ -54,7 +54,6 @@ var eslint_config = antfu(
|
|
|
54
54
|
// Perfectionist
|
|
55
55
|
..._default.configs["recommended-natural"].rules,
|
|
56
56
|
"perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
|
|
57
|
-
"perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
|
|
58
57
|
"perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
|
|
59
58
|
}
|
|
60
59
|
}
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -10737,10 +10737,10 @@ const eslint_config = antfu(
|
|
|
10737
10737
|
}
|
|
10738
10738
|
},
|
|
10739
10739
|
...storybook.configs["flat/recommended"],
|
|
10740
|
-
// Override rules defined by Antfu ESLint config
|
|
10741
|
-
// Try to keep the disabled rules to a minimum
|
|
10742
10740
|
{
|
|
10743
10741
|
rules: {
|
|
10742
|
+
// Override rules defined by Antfu ESLint config
|
|
10743
|
+
// Try to keep the disabled rules to a minimum
|
|
10744
10744
|
"antfu/no-top-level-await": "off",
|
|
10745
10745
|
"node/prefer-global/process": "off",
|
|
10746
10746
|
"pnpm/yaml-enforce-settings": "off",
|
|
@@ -10748,7 +10748,6 @@ const eslint_config = antfu(
|
|
|
10748
10748
|
// Perfectionist
|
|
10749
10749
|
...index.configs["recommended-natural"].rules,
|
|
10750
10750
|
"perfectionist/sort-imports": ["error", { newlinesBetween: 0, type: "natural" }],
|
|
10751
|
-
"perfectionist/sort-modules": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }],
|
|
10752
10751
|
"perfectionist/sort-objects": ["error", { partitionByComment: true, partitionByNewLine: true, type: "natural" }]
|
|
10753
10752
|
}
|
|
10754
10753
|
}
|