stocks / biome.json
Arrechenash's picture
Initial Commit
54cf8fd
raw
history blame contribute delete
997 Bytes
{
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
"files": {
"includes": [
"static/**/*.html",
"!static/analytics.html",
"!!**/static/templates/",
"!!**/static/js/gainers.js",
"!!**/static/js/chart-card-element.js",
"!!**/static/js/watchlist.js",
"!!**/static/js/analyze.js",
"!!**/static/css/common.css",
"!!**/static/scan.html"
]
},
"linter": {
"rules": {
"a11y": {
"useButtonType": "off"
},
"style": {
"useTemplate": "off",
"noDescendingSpecificity": "off"
},
"correctness": {
"useParseIntRadix": "off",
"noUnusedVariables": "off",
"noUnusedFunctionParameters": "off"
},
"complexity": {
"noImportantStyles": "off",
"useDateNow": "off"
},
"suspicious": {
"noGlobalIsNan": "off",
"useIterableCallbackReturn": "off",
"noAssignInExpressions": "off"
}
}
}
}