repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Indonesian)
[phpmyadmin.git]
/
.jshintrc
blob
26e5b57d8a44df4d73f70efe8c52f6aa31eb68e3
1
{
2
// Show more errors
3
"maxerr" : 1000,
4
5
// Globals
6
"jquery" : true,
7
8
// Stricter checking
9
"curly" : true,
10
"immed" : true,
11
"indent" : 4,
12
"latedef" : true,
13
"noarg" : true,
14
"noempty" : true,
15
"unused" : false,
16
"trailing" : true,
17
18
// Relaxing rules
19
"sub" : false,
20
"funcscope" : false,
21
"laxbreak" : false
22
}