45 lines
911 B
JSON
45 lines
911 B
JSON
|
|
{
|
||
|
|
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
|
||
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
||
|
|
"files": {
|
||
|
|
"includes": [
|
||
|
|
"**/*.js",
|
||
|
|
"**/*.json",
|
||
|
|
"**/*.css",
|
||
|
|
"**/*.html",
|
||
|
|
"!!**/node_modules",
|
||
|
|
"!!**/tmdbintegral",
|
||
|
|
"!!**/imdbratings.tsv",
|
||
|
|
"!!**/package-lock.json"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"indentStyle": "space",
|
||
|
|
"indentWidth": 2,
|
||
|
|
"lineWidth": 110,
|
||
|
|
"lineEnding": "lf"
|
||
|
|
},
|
||
|
|
"javascript": {
|
||
|
|
"formatter": {
|
||
|
|
"quoteStyle": "single",
|
||
|
|
"trailingCommas": "all",
|
||
|
|
"semicolons": "always",
|
||
|
|
"arrowParentheses": "always"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"recommended": true,
|
||
|
|
"style": {
|
||
|
|
"useTemplate": "warn",
|
||
|
|
"useConst": "warn"
|
||
|
|
},
|
||
|
|
"suspicious": {
|
||
|
|
"noConsole": "off"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|