2024-05-07 15:48:29 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
|
|
|
"organizeImports": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
2024-05-07 16:20:15 +00:00
|
|
|
"files": {
|
|
|
|
"ignore": ["main.js"]
|
|
|
|
},
|
2024-05-07 15:48:29 +00:00
|
|
|
"formatter": {
|
|
|
|
"enabled": true,
|
|
|
|
"formatWithErrors": false,
|
2024-05-07 16:20:15 +00:00
|
|
|
"ignore": [],
|
2024-05-07 15:48:29 +00:00
|
|
|
"attributePosition": "auto",
|
|
|
|
"indentStyle": "space",
|
|
|
|
"indentWidth": 2,
|
|
|
|
"lineEnding": "lf",
|
|
|
|
"lineWidth": 80
|
|
|
|
},
|
|
|
|
"javascript": {
|
|
|
|
"formatter": {
|
|
|
|
"arrowParentheses": "always",
|
|
|
|
"bracketSameLine": false,
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"jsxQuoteStyle": "double",
|
|
|
|
"quoteProperties": "asNeeded",
|
|
|
|
"semicolons": "always",
|
|
|
|
"trailingComma": "es5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"linter": {
|
|
|
|
"enabled": true,
|
|
|
|
"rules": {
|
2024-05-07 16:20:15 +00:00
|
|
|
"recommended": true,
|
|
|
|
"suspicious": {
|
2024-05-08 14:04:21 +00:00
|
|
|
"noExplicitAny": "off",
|
|
|
|
"noPrototypeBuiltins": "off",
|
|
|
|
"noControlCharactersInRegex": "off"
|
2024-05-07 16:20:15 +00:00
|
|
|
},
|
|
|
|
"style": {
|
|
|
|
"noUselessElse": "off",
|
2024-05-08 14:04:21 +00:00
|
|
|
"useNodejsImportProtocol": "off",
|
|
|
|
"noUnusedTemplateLiteral": "off",
|
|
|
|
"useTemplate": "off",
|
|
|
|
"noNonNullAssertion": "off"
|
|
|
|
},
|
|
|
|
"performance": {
|
|
|
|
"noDelete": "off"
|
|
|
|
},
|
|
|
|
"complexity": {
|
|
|
|
"noForEach": "off",
|
|
|
|
"useLiteralKeys": "off"
|
2024-05-07 16:20:15 +00:00
|
|
|
}
|
2024-05-07 15:48:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|