qbittorrent-webui-cjratliff.../.eslintrc.json
2022-10-18 22:39:32 -04:00

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"
}
}