@saasmakers/eslint 1.0.19 → 1.0.21
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 +5 -2
- package/dist/eslint.config.d.cts +5 -2
- package/dist/eslint.config.d.mts +5 -2
- package/dist/eslint.config.d.ts +5 -2
- package/dist/eslint.config.mjs +5 -2
- package/dist/index.cjs +284 -559
- package/dist/index.d.cts +11 -14
- package/dist/index.d.mts +11 -14
- package/dist/index.d.ts +11 -14
- package/dist/index.mjs +284 -559
- package/package.json +3 -2
package/dist/eslint.config.cjs
CHANGED
|
@@ -10867,8 +10867,11 @@ const eslint_config = antfu__default(
|
|
|
10867
10867
|
{
|
|
10868
10868
|
plugins: { saasmakers: saasmakers__default },
|
|
10869
10869
|
rules: {
|
|
10870
|
-
"saasmakers/ts-
|
|
10871
|
-
"saasmakers/ts-
|
|
10870
|
+
"saasmakers/ts-format-layout": "error",
|
|
10871
|
+
"saasmakers/ts-format-tests": "error",
|
|
10872
|
+
"saasmakers/vue-format-i18n": "error",
|
|
10873
|
+
"saasmakers/vue-format-script": "error",
|
|
10874
|
+
"saasmakers/vue-format-template": "error"
|
|
10872
10875
|
}
|
|
10873
10876
|
},
|
|
10874
10877
|
// Stylistic
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -147,8 +147,11 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
154
|
+
"saasmakers/vue-format-template": "error"
|
|
152
155
|
}
|
|
153
156
|
},
|
|
154
157
|
// Stylistic
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -147,8 +147,11 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
154
|
+
"saasmakers/vue-format-template": "error"
|
|
152
155
|
}
|
|
153
156
|
},
|
|
154
157
|
// Stylistic
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -147,8 +147,11 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
154
|
+
"saasmakers/vue-format-template": "error"
|
|
152
155
|
}
|
|
153
156
|
},
|
|
154
157
|
// Stylistic
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -10841,8 +10841,11 @@ const eslint_config = antfu(
|
|
|
10841
10841
|
{
|
|
10842
10842
|
plugins: { saasmakers },
|
|
10843
10843
|
rules: {
|
|
10844
|
-
"saasmakers/ts-
|
|
10845
|
-
"saasmakers/ts-
|
|
10844
|
+
"saasmakers/ts-format-layout": "error",
|
|
10845
|
+
"saasmakers/ts-format-tests": "error",
|
|
10846
|
+
"saasmakers/vue-format-i18n": "error",
|
|
10847
|
+
"saasmakers/vue-format-script": "error",
|
|
10848
|
+
"saasmakers/vue-format-template": "error"
|
|
10846
10849
|
}
|
|
10847
10850
|
},
|
|
10848
10851
|
// Stylistic
|