repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 26534: (follow-up) Only center when using patronimages
[koha.git]
/
.eslintrc.json
blob
d4d775c4ebb7c5dabe671fc613be00a0f10f6b75
1
{
2
"env": {
3
"browser": true,
4
"jquery": true
5
},
6
"extends": "eslint:recommended",
7
"rules": {
8
"indent": [
9
"error",
10
4
11
],
12
"linebreak-style": [
13
"error",
14
"unix"
15
],
16
"semi": [
17
"error",
18
"always"
19
]
20
}
21
}