We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008d558 commit 24298d3Copy full SHA for 24298d3
1 file changed
.jshintrc
@@ -0,0 +1,12 @@
1
+{
2
+ "browser": true,
3
+ "devel": true,
4
+ "immed": true,
5
+ "maxlen": 80,
6
+ "noarg": true,
7
+ "predef": [ "chrome", "InspectorJSON" ],
8
+ "quotmark": true,
9
+ "trailing": true,
10
+ "undef": true,
11
+ "unused": true
12
+}
0 commit comments