@naturalcycles/dev-lib 20.33.0 → 20.34.1
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/cfg/oxlint.config.json
CHANGED
package/dist/check.util.js
CHANGED
|
@@ -209,7 +209,7 @@ export function runOxlint(fix = true) {
|
|
|
209
209
|
'--type-check',
|
|
210
210
|
fix && '--fix',
|
|
211
211
|
fix && '--fix-suggestions',
|
|
212
|
-
fix && '--fix-dangerously',
|
|
212
|
+
// fix && '--fix-dangerously', // decided to disable, too unsafe
|
|
213
213
|
].filter(_isTruthy),
|
|
214
214
|
shell: false,
|
|
215
215
|
});
|