@saasmakers/eslint 1.0.20 → 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
CHANGED
|
@@ -10869,6 +10869,8 @@ const eslint_config = antfu__default(
|
|
|
10869
10869
|
rules: {
|
|
10870
10870
|
"saasmakers/ts-format-layout": "error",
|
|
10871
10871
|
"saasmakers/ts-format-tests": "error",
|
|
10872
|
+
"saasmakers/vue-format-i18n": "error",
|
|
10873
|
+
"saasmakers/vue-format-script": "error",
|
|
10872
10874
|
"saasmakers/vue-format-template": "error"
|
|
10873
10875
|
}
|
|
10874
10876
|
},
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -149,6 +149,8 @@ var eslint_config = antfu(
|
|
|
149
149
|
rules: {
|
|
150
150
|
"saasmakers/ts-format-layout": "error",
|
|
151
151
|
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
152
154
|
"saasmakers/vue-format-template": "error"
|
|
153
155
|
}
|
|
154
156
|
},
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -149,6 +149,8 @@ var eslint_config = antfu(
|
|
|
149
149
|
rules: {
|
|
150
150
|
"saasmakers/ts-format-layout": "error",
|
|
151
151
|
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
152
154
|
"saasmakers/vue-format-template": "error"
|
|
153
155
|
}
|
|
154
156
|
},
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -149,6 +149,8 @@ var eslint_config = antfu(
|
|
|
149
149
|
rules: {
|
|
150
150
|
"saasmakers/ts-format-layout": "error",
|
|
151
151
|
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-i18n": "error",
|
|
153
|
+
"saasmakers/vue-format-script": "error",
|
|
152
154
|
"saasmakers/vue-format-template": "error"
|
|
153
155
|
}
|
|
154
156
|
},
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -10843,6 +10843,8 @@ const eslint_config = antfu(
|
|
|
10843
10843
|
rules: {
|
|
10844
10844
|
"saasmakers/ts-format-layout": "error",
|
|
10845
10845
|
"saasmakers/ts-format-tests": "error",
|
|
10846
|
+
"saasmakers/vue-format-i18n": "error",
|
|
10847
|
+
"saasmakers/vue-format-script": "error",
|
|
10846
10848
|
"saasmakers/vue-format-template": "error"
|
|
10847
10849
|
}
|
|
10848
10850
|
},
|