nicolium: wip preferences changes
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"correctness": "error",
|
||||
"suspicious": "error",
|
||||
"pedantic": "warn",
|
||||
"perf": "warn",
|
||||
"perf": "warn"
|
||||
},
|
||||
"rules": {
|
||||
"max-dependencies": "off",
|
||||
|
||||
@ -54,6 +54,9 @@
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,cjs,mjs,ts}": ["oxlint", "oxfmt --check"]
|
||||
"*.{js,cjs,mjs,ts}": [
|
||||
"oxlint",
|
||||
"oxfmt --check"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user