Revision 74c1fd62
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
.jshintrc | ||
---|---|---|
1 |
{ |
|
2 |
"laxcomma" : true, // tolerate "," at the beginning of lines |
|
3 |
"laxbreak" : true, // tolerate "+" at the beginning of lines |
|
4 |
"jquery": true, // assume jquery is loaded |
|
5 |
"asi" : true, // tolerate satements without ";" yet |
|
6 |
"eqeqeq" : false, // don't require === for comparisons yet |
|
7 |
// "strict" : true |
|
8 |
|
|
9 |
"globals" : { |
|
10 |
"predef": [ "kivi" ] |
|
11 |
} |
|
12 |
} |
Auch abrufbar als: Unified diff
jshint-Konfigurationsdatei hinzugefügt
Diverse Stile, die bei kivitendo verwendet werden, benötigen manuelle
Einstellungen.