@naturalcycles/dev-lib 20.5.0 → 20.7.0
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/biome.jsonc
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"noUnusedFunctionParameters": "off", // oxlint
|
|
42
42
|
"noConstantCondition": "off", // ox
|
|
43
43
|
// noUnusedImports + noUnusedVariables can replace eslint-plugin-unused-vars!
|
|
44
|
-
"noUnusedImports": "
|
|
44
|
+
"noUnusedImports": "error", // oxlint ignoreVars ^_ pattern also applies to imports named with _ prefix. Support for no-unused-imports tracked here https://github.com/oxc-project/oxc/issues/1117
|
|
45
45
|
"noUnusedVariables": {
|
|
46
46
|
"fix": "none",
|
|
47
47
|
"level": "off", // oxlint
|