@saasmakers/eslint 0.1.2 → 0.1.4
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 +15 -0
- package/dist/eslint.config.d.cts +15 -0
- package/dist/eslint.config.d.mts +15 -0
- package/dist/eslint.config.d.ts +15 -0
- package/dist/eslint.config.mjs +15 -0
- package/dist/index.cjs +14588 -8
- package/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +14583 -8
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -180,7 +180,22 @@ const eslint_config = antfu__default(
|
|
|
180
180
|
avoidEscape: true
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
+
"saasmakers/ts-multiline-ternary": "error",
|
|
184
|
+
"saasmakers/ts-multiline-union": "error",
|
|
183
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",
|
|
184
199
|
"sort-imports": "off",
|
|
185
200
|
"ts/ban-ts-comment": "off",
|
|
186
201
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -172,7 +172,22 @@ var eslint_config = antfu(
|
|
|
172
172
|
avoidEscape: true
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
+
"saasmakers/ts-multiline-ternary": "error",
|
|
176
|
+
"saasmakers/ts-multiline-union": "error",
|
|
175
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",
|
|
176
191
|
"sort-imports": "off",
|
|
177
192
|
"ts/ban-ts-comment": "off",
|
|
178
193
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -172,7 +172,22 @@ var eslint_config = antfu(
|
|
|
172
172
|
avoidEscape: true
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
+
"saasmakers/ts-multiline-ternary": "error",
|
|
176
|
+
"saasmakers/ts-multiline-union": "error",
|
|
175
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",
|
|
176
191
|
"sort-imports": "off",
|
|
177
192
|
"ts/ban-ts-comment": "off",
|
|
178
193
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -172,7 +172,22 @@ var eslint_config = antfu(
|
|
|
172
172
|
avoidEscape: true
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
+
"saasmakers/ts-multiline-ternary": "error",
|
|
176
|
+
"saasmakers/ts-multiline-union": "error",
|
|
175
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",
|
|
176
191
|
"sort-imports": "off",
|
|
177
192
|
"ts/ban-ts-comment": "off",
|
|
178
193
|
"ts/ban-ts-ignore": "off",
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -172,7 +172,22 @@ const eslint_config = antfu(
|
|
|
172
172
|
avoidEscape: true
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
+
"saasmakers/ts-multiline-ternary": "error",
|
|
176
|
+
"saasmakers/ts-multiline-union": "error",
|
|
175
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",
|
|
176
191
|
"sort-imports": "off",
|
|
177
192
|
"ts/ban-ts-comment": "off",
|
|
178
193
|
"ts/ban-ts-ignore": "off",
|