@saasmakers/eslint 0.1.63 → 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",
|
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",
|
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",
|
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",
|
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",
|