aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-04-21 15:10:38 +0200
committerFelix Nagel <info@felixnagel.com>2013-04-21 15:10:38 +0200
commit4efd006e26a6cdc3bf78832c0a0832e7301c841b (patch)
tree5263fe72e9a2784410632d2dee56efd4e58b83f2 /.jshintrc
parent73c7342bc4418a902bf021c89e7d2c43172e004e (diff)
parent71a332e8b83a1657521e04388f5592997e81bbcc (diff)
downloadjquery-ui-4efd006e26a6cdc3bf78832c0a0832e7301c841b.tar.gz
jquery-ui-4efd006e26a6cdc3bf78832c0a0832e7301c841b.zip
Merge branch 'master' into selectmenu
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc11
1 files changed, 8 insertions, 3 deletions
diff --git a/.jshintrc b/.jshintrc
index d6966c51d..d34c42da5 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,12 +1,17 @@
{
+ "boss": true,
"curly": true,
- "eqnull": true,
"eqeqeq": true,
+ "eqnull": true,
"expr": true,
+ "immed": true,
"noarg": true,
- "node": true,
"onevar": true,
+ "quotmark": "double",
+ "smarttabs": true,
"trailing": true,
"undef": true,
- "unused": true
+ "unused": true,
+
+ "node": true
}