nicolium: wip preferences changes

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-15 17:47:51 +01:00
parent 2498cc84ce
commit eaf3d622a2
4 changed files with 17 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"correctness": "error",
"suspicious": "error",
"pedantic": "warn",
"perf": "warn",
"perf": "warn"
},
"rules": {
"max-dependencies": "off",

View File

@ -54,6 +54,9 @@
"ws": "^8.18.3"
},
"lint-staged": {
"*.{js,cjs,mjs,ts}": ["oxlint", "oxfmt --check"]
"*.{js,cjs,mjs,ts}": [
"oxlint",
"oxfmt --check"
]
}
}