mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00

feat(ws): more usesfull methods in sharder fix(helpers): data arrays fixed ci: change rome to biome Co-authored-by: MARCROCK22 <MARCROCK22@users.noreply.github.com>
36 lines
522 B
JSON
36 lines
522 B
JSON
{
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"all": true,
|
|
"style": {
|
|
"useWhile": "off",
|
|
"noNonNullAssertion": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off",
|
|
"noAssignInExpressions": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentWidth": 2,
|
|
"indentStyle": "space",
|
|
"lineWidth": 140,
|
|
"formatWithErrors": true
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"node_modules/",
|
|
"build",
|
|
"dist",
|
|
"tsup.config.ts",
|
|
"__test__"
|
|
]
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
}
|
|
}
|