mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 23:27:28 +03:00
15 lines
228 B
JSON
15 lines
228 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2020": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"plugins": [
|
||
|
"html"
|
||
|
],
|
||
|
"rules": {
|
||
|
"no-undef": "off",
|
||
|
"no-unused-vars": "off"
|
||
|
}
|
||
|
}
|