repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync translations from Transifex and run lupdate
[qBittorrent.git]
/
src
/
webui
/
www
/
.eslintrc.json
blob
c2cb0a2755a85c0cbbed27b091ae161fdfc0a8cc
1
{
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
}
14
}