aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-07 00:30:44 -0800
committerBryan Donovan <[email protected]>2013-01-07 00:30:44 -0800
commit842063f461ca1db475665280b6200e348d59291f (patch)
treee79458493fcff9711c9b5e166e49fce58a2c60f6
parent343561ed18e17e0928bba5650c7a814a73d302f4 (diff)
downloadfaker-842063f461ca1db475665280b6200e348d59291f.tar.xz
faker-842063f461ca1db475665280b6200e348d59291f.zip
.jshintrc cleanup
-rw-r--r--.jshintrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/.jshintrc b/.jshintrc
index f848fcc2..0a289391 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -29,17 +29,13 @@
"process",
"require",
- "djs",
- "check_err",
- "daisyjs",
"after",
"afterEach",
"before",
"beforeEach",
"context",
"describe",
- "it",
- "require_src"
+ "it"
],
// Development.
@@ -87,5 +83,5 @@
"sub" : true, // Tolerate all forms of subscript notation besides dot notation e.g. `dict['key']` instead of `dict.key`.
"trailing" : true, // Prohibit trailing whitespaces. (only works if white is 'true')
"white" : true, // Check against strict whitespace and indentation rules.
- "indent" : 4 // ignored because "white" is false.
+ "indent" : 4 //
}