@saasmakers/eslint 0.1.3 → 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 +21 -0
- package/dist/eslint.config.d.cts +21 -0
- package/dist/eslint.config.d.mts +21 -0
- package/dist/eslint.config.d.ts +21 -0
- package/dist/eslint.config.mjs +21 -0
- package/dist/index.cjs +1086 -14277
- package/dist/index.d.cts +13 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.mjs +1086 -14272
- package/package.json +2 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -183,6 +183,27 @@ const eslint_config = antfu__default(
|
|
|
183
183
|
"saasmakers/ts-multiline-ternary": "error",
|
|
184
184
|
"saasmakers/ts-multiline-union": "error",
|
|
185
185
|
"saasmakers/ts-sort-tests": "error",
|
|
186
|
+
"saasmakers/vue-i18n-consistent-locales": [
|
|
187
|
+
"error",
|
|
188
|
+
{
|
|
189
|
+
locales: [
|
|
190
|
+
"en",
|
|
191
|
+
"fr",
|
|
192
|
+
"ja"
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"saasmakers/vue-i18n-consistent-t": "error",
|
|
197
|
+
"saasmakers/vue-i18n-sort-keys": "error",
|
|
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",
|
|
186
207
|
"sort-imports": "off",
|
|
187
208
|
"ts/ban-ts-comment": "off",
|
|
188
209
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -175,6 +175,27 @@ var eslint_config = antfu(
|
|
|
175
175
|
"saasmakers/ts-multiline-ternary": "error",
|
|
176
176
|
"saasmakers/ts-multiline-union": "error",
|
|
177
177
|
"saasmakers/ts-sort-tests": "error",
|
|
178
|
+
"saasmakers/vue-i18n-consistent-locales": [
|
|
179
|
+
"error",
|
|
180
|
+
{
|
|
181
|
+
locales: [
|
|
182
|
+
"en",
|
|
183
|
+
"fr",
|
|
184
|
+
"ja"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
|
+
"saasmakers/vue-i18n-sort-keys": "error",
|
|
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",
|
|
178
199
|
"sort-imports": "off",
|
|
179
200
|
"ts/ban-ts-comment": "off",
|
|
180
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -175,6 +175,27 @@ var eslint_config = antfu(
|
|
|
175
175
|
"saasmakers/ts-multiline-ternary": "error",
|
|
176
176
|
"saasmakers/ts-multiline-union": "error",
|
|
177
177
|
"saasmakers/ts-sort-tests": "error",
|
|
178
|
+
"saasmakers/vue-i18n-consistent-locales": [
|
|
179
|
+
"error",
|
|
180
|
+
{
|
|
181
|
+
locales: [
|
|
182
|
+
"en",
|
|
183
|
+
"fr",
|
|
184
|
+
"ja"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
|
+
"saasmakers/vue-i18n-sort-keys": "error",
|
|
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",
|
|
178
199
|
"sort-imports": "off",
|
|
179
200
|
"ts/ban-ts-comment": "off",
|
|
180
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -175,6 +175,27 @@ var eslint_config = antfu(
|
|
|
175
175
|
"saasmakers/ts-multiline-ternary": "error",
|
|
176
176
|
"saasmakers/ts-multiline-union": "error",
|
|
177
177
|
"saasmakers/ts-sort-tests": "error",
|
|
178
|
+
"saasmakers/vue-i18n-consistent-locales": [
|
|
179
|
+
"error",
|
|
180
|
+
{
|
|
181
|
+
locales: [
|
|
182
|
+
"en",
|
|
183
|
+
"fr",
|
|
184
|
+
"ja"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
|
+
"saasmakers/vue-i18n-sort-keys": "error",
|
|
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",
|
|
178
199
|
"sort-imports": "off",
|
|
179
200
|
"ts/ban-ts-comment": "off",
|
|
180
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -175,6 +175,27 @@ const eslint_config = antfu(
|
|
|
175
175
|
"saasmakers/ts-multiline-ternary": "error",
|
|
176
176
|
"saasmakers/ts-multiline-union": "error",
|
|
177
177
|
"saasmakers/ts-sort-tests": "error",
|
|
178
|
+
"saasmakers/vue-i18n-consistent-locales": [
|
|
179
|
+
"error",
|
|
180
|
+
{
|
|
181
|
+
locales: [
|
|
182
|
+
"en",
|
|
183
|
+
"fr",
|
|
184
|
+
"ja"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"saasmakers/vue-i18n-consistent-t": "error",
|
|
189
|
+
"saasmakers/vue-i18n-sort-keys": "error",
|
|
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",
|
|
178
199
|
"sort-imports": "off",
|
|
179
200
|
"ts/ban-ts-comment": "off",
|
|
180
201
|
"ts/ban-ts-ignore": "off",
|