mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2024-11-14 10:47:38 +01:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2020": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"rules": {
|
|
"no-undef": "off",
|
|
"no-unused-vars": "off",
|
|
"nonblock-statement-body-position": ["error", "below"],
|
|
"semi": "error"
|
|
}
|
|
}
|