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
Don't forget to delete TorrentContentAdaptor instance
[qBittorrent.git]
/
src
/
webui
/
www
/
.eslintrc.json
blob
92f607d69848ff4f0990cc5848be2432048d1160
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
"nonblock-statement-body-position": ["error", "below"],
14
"semi": "error"
15
}
16
}