@saasmakers/eslint 0.1.56 → 0.1.58
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
|
@@ -21,7 +21,9 @@ const eslint_config = antfu__default(
|
|
|
21
21
|
// Override rules defined by Antfu ESLint config
|
|
22
22
|
{
|
|
23
23
|
rules: {
|
|
24
|
-
"
|
|
24
|
+
"antfu/no-top-level-await": "off",
|
|
25
|
+
"pnpm/yaml-enforce-settings": "off",
|
|
26
|
+
"ts/no-use-before-define": "off"
|
|
25
27
|
}
|
|
26
28
|
}
|
|
27
29
|
);
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -14,7 +14,9 @@ var eslint_config = antfu(
|
|
|
14
14
|
// Override rules defined by Antfu ESLint config
|
|
15
15
|
{
|
|
16
16
|
rules: {
|
|
17
|
-
"
|
|
17
|
+
"antfu/no-top-level-await": "off",
|
|
18
|
+
"pnpm/yaml-enforce-settings": "off",
|
|
19
|
+
"ts/no-use-before-define": "off"
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
);
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -14,7 +14,9 @@ var eslint_config = antfu(
|
|
|
14
14
|
// Override rules defined by Antfu ESLint config
|
|
15
15
|
{
|
|
16
16
|
rules: {
|
|
17
|
-
"
|
|
17
|
+
"antfu/no-top-level-await": "off",
|
|
18
|
+
"pnpm/yaml-enforce-settings": "off",
|
|
19
|
+
"ts/no-use-before-define": "off"
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
);
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -14,7 +14,9 @@ var eslint_config = antfu(
|
|
|
14
14
|
// Override rules defined by Antfu ESLint config
|
|
15
15
|
{
|
|
16
16
|
rules: {
|
|
17
|
-
"
|
|
17
|
+
"antfu/no-top-level-await": "off",
|
|
18
|
+
"pnpm/yaml-enforce-settings": "off",
|
|
19
|
+
"ts/no-use-before-define": "off"
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
);
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -14,7 +14,9 @@ const eslint_config = antfu(
|
|
|
14
14
|
// Override rules defined by Antfu ESLint config
|
|
15
15
|
{
|
|
16
16
|
rules: {
|
|
17
|
-
"
|
|
17
|
+
"antfu/no-top-level-await": "off",
|
|
18
|
+
"pnpm/yaml-enforce-settings": "off",
|
|
19
|
+
"ts/no-use-before-define": "off"
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
);
|