@saasmakers/eslint 0.1.4 → 0.1.5
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 +8 -0
- package/dist/eslint.config.d.cts +8 -0
- package/dist/eslint.config.d.mts +8 -0
- package/dist/eslint.config.d.ts +8 -0
- package/dist/eslint.config.mjs +8 -0
- package/dist/index.cjs +985 -14543
- package/dist/index.d.cts +9 -0
- package/dist/index.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.mjs +985 -14538
- package/package.json +2 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -196,6 +196,14 @@ const eslint_config = antfu__default(
|
|
|
196
196
|
"saasmakers/vue-i18n-consistent-t": "error",
|
|
197
197
|
"saasmakers/vue-i18n-sort-keys": "error",
|
|
198
198
|
"saasmakers/vue-i18n-unused-strings": "error",
|
|
199
|
+
"saasmakers/vue-script-format-computed": "error",
|
|
200
|
+
"saasmakers/vue-script-format-emits": "error",
|
|
201
|
+
"saasmakers/vue-script-format-props": "error",
|
|
202
|
+
"saasmakers/vue-script-order": "error",
|
|
203
|
+
"saasmakers/vue-template-format-classes": "error",
|
|
204
|
+
"saasmakers/vue-template-format-props": "error",
|
|
205
|
+
"saasmakers/vue-template-remove-comments": "error",
|
|
206
|
+
"saasmakers/vue-template-remove-true-attributes": "error",
|
|
199
207
|
"sort-imports": "off",
|
|
200
208
|
"ts/ban-ts-comment": "off",
|
|
201
209
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -188,6 +188,14 @@ var eslint_config = antfu(
|
|
|
188
188
|
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
189
|
"saasmakers/vue-i18n-sort-keys": "error",
|
|
190
190
|
"saasmakers/vue-i18n-unused-strings": "error",
|
|
191
|
+
"saasmakers/vue-script-format-computed": "error",
|
|
192
|
+
"saasmakers/vue-script-format-emits": "error",
|
|
193
|
+
"saasmakers/vue-script-format-props": "error",
|
|
194
|
+
"saasmakers/vue-script-order": "error",
|
|
195
|
+
"saasmakers/vue-template-format-classes": "error",
|
|
196
|
+
"saasmakers/vue-template-format-props": "error",
|
|
197
|
+
"saasmakers/vue-template-remove-comments": "error",
|
|
198
|
+
"saasmakers/vue-template-remove-true-attributes": "error",
|
|
191
199
|
"sort-imports": "off",
|
|
192
200
|
"ts/ban-ts-comment": "off",
|
|
193
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -188,6 +188,14 @@ var eslint_config = antfu(
|
|
|
188
188
|
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
189
|
"saasmakers/vue-i18n-sort-keys": "error",
|
|
190
190
|
"saasmakers/vue-i18n-unused-strings": "error",
|
|
191
|
+
"saasmakers/vue-script-format-computed": "error",
|
|
192
|
+
"saasmakers/vue-script-format-emits": "error",
|
|
193
|
+
"saasmakers/vue-script-format-props": "error",
|
|
194
|
+
"saasmakers/vue-script-order": "error",
|
|
195
|
+
"saasmakers/vue-template-format-classes": "error",
|
|
196
|
+
"saasmakers/vue-template-format-props": "error",
|
|
197
|
+
"saasmakers/vue-template-remove-comments": "error",
|
|
198
|
+
"saasmakers/vue-template-remove-true-attributes": "error",
|
|
191
199
|
"sort-imports": "off",
|
|
192
200
|
"ts/ban-ts-comment": "off",
|
|
193
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -188,6 +188,14 @@ var eslint_config = antfu(
|
|
|
188
188
|
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
189
|
"saasmakers/vue-i18n-sort-keys": "error",
|
|
190
190
|
"saasmakers/vue-i18n-unused-strings": "error",
|
|
191
|
+
"saasmakers/vue-script-format-computed": "error",
|
|
192
|
+
"saasmakers/vue-script-format-emits": "error",
|
|
193
|
+
"saasmakers/vue-script-format-props": "error",
|
|
194
|
+
"saasmakers/vue-script-order": "error",
|
|
195
|
+
"saasmakers/vue-template-format-classes": "error",
|
|
196
|
+
"saasmakers/vue-template-format-props": "error",
|
|
197
|
+
"saasmakers/vue-template-remove-comments": "error",
|
|
198
|
+
"saasmakers/vue-template-remove-true-attributes": "error",
|
|
191
199
|
"sort-imports": "off",
|
|
192
200
|
"ts/ban-ts-comment": "off",
|
|
193
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -188,6 +188,14 @@ const eslint_config = antfu(
|
|
|
188
188
|
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
189
|
"saasmakers/vue-i18n-sort-keys": "error",
|
|
190
190
|
"saasmakers/vue-i18n-unused-strings": "error",
|
|
191
|
+
"saasmakers/vue-script-format-computed": "error",
|
|
192
|
+
"saasmakers/vue-script-format-emits": "error",
|
|
193
|
+
"saasmakers/vue-script-format-props": "error",
|
|
194
|
+
"saasmakers/vue-script-order": "error",
|
|
195
|
+
"saasmakers/vue-template-format-classes": "error",
|
|
196
|
+
"saasmakers/vue-template-format-props": "error",
|
|
197
|
+
"saasmakers/vue-template-remove-comments": "error",
|
|
198
|
+
"saasmakers/vue-template-remove-true-attributes": "error",
|
|
191
199
|
"sort-imports": "off",
|
|
192
200
|
"ts/ban-ts-comment": "off",
|
|
193
201
|
"ts/ban-ts-ignore": "off",
|