mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-04 22:27:28 +03:00
1d6af22813
Due to eslint couldn't correctly resolve the context for the variables, two eslint rules are disabled for now.
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2020": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"rules": {
|
|
"no-undef": "off",
|
|
"no-unused-vars": "off"
|
|
}
|
|
}
|