@saasmakers/eslint 0.1.2 → 0.1.3
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 +2 -0
- package/dist/eslint.config.d.cts +2 -0
- package/dist/eslint.config.d.mts +2 -0
- package/dist/eslint.config.d.ts +2 -0
- package/dist/eslint.config.mjs +2 -0
- package/dist/index.cjs +14215 -2
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +14210 -2
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -180,6 +180,8 @@ 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",
|
|
184
186
|
"sort-imports": "off",
|
|
185
187
|
"ts/ban-ts-comment": "off",
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -172,6 +172,8 @@ 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",
|
|
176
178
|
"sort-imports": "off",
|
|
177
179
|
"ts/ban-ts-comment": "off",
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -172,6 +172,8 @@ 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",
|
|
176
178
|
"sort-imports": "off",
|
|
177
179
|
"ts/ban-ts-comment": "off",
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -172,6 +172,8 @@ 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",
|
|
176
178
|
"sort-imports": "off",
|
|
177
179
|
"ts/ban-ts-comment": "off",
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -172,6 +172,8 @@ 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",
|
|
176
178
|
"sort-imports": "off",
|
|
177
179
|
"ts/ban-ts-comment": "off",
|