projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083aa97
)
jshint-Konfigurationsdatei hinzugefügt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Apr 2016 15:09:33 +0000
(17:09 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Apr 2016 15:09:33 +0000
(17:09 +0200)
Diverse Stile, die bei kivitendo verwendet werden, benötigen manuelle
Einstellungen.
.jshintrc
[new file with mode: 0644]
patch
|
blob
diff --git a/.jshintrc
b/.jshintrc
new file mode 100644
(file)
index 0000000..
bff88db
--- /dev/null
+++ b/
.jshintrc
@@ -0,0
+1,12
@@
+{
+ "laxcomma" : true, // tolerate "," at the beginning of lines
+ "laxbreak" : true, // tolerate "+" at the beginning of lines
+ "jquery": true, // assume jquery is loaded
+ "asi" : true, // tolerate satements without ";" yet
+ "eqeqeq" : false, // don't require === for comparisons yet
+ // "strict" : true
+
+ "globals" : {
+ "predef": [ "kivi" ]
+ }
+}