Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / webui / www / .eslintrc.json
blobc2cb0a2755a85c0cbbed27b091ae161fdfc0a8cc
2     "env": {
3         "browser": true,
4         "es2020": true
5     },
6     "extends": "eslint:recommended",
7     "plugins": [
8         "html"
9     ],
10     "rules": {
11         "no-undef": "off",
12         "no-unused-vars": "off"
13     }