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
Return linter exit code in `test/ci-phplint`
[phpmyadmin.git]
/
.jshintrc
blob
414fce68033f4777192d789e2d7dbc5e713d0f8a
1
{
2
"esversion" : 6,
3
4
// Show more errors
5
"maxerr" : 1000,
6
7
// Globals
8
"jquery" : true,
9
10
// Stricter checking
11
"curly" : true,
12
"immed" : true,
13
"indent" : 4,
14
"latedef" : true,
15
"noarg" : true,
16
"noempty" : true,
17
"unused" : false,
18
"trailing" : true,
19
20
// Relaxing rules
21
"sub" : false,
22
"funcscope" : false,
23
"laxbreak" : false
24
}