diff options
| author | Bryan Donovan <[email protected]> | 2013-01-07 00:30:44 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-07 00:30:44 -0800 |
| commit | 842063f461ca1db475665280b6200e348d59291f (patch) | |
| tree | e79458493fcff9711c9b5e166e49fce58a2c60f6 | |
| parent | 343561ed18e17e0928bba5650c7a814a73d302f4 (diff) | |
| download | faker-842063f461ca1db475665280b6200e348d59291f.tar.xz faker-842063f461ca1db475665280b6200e348d59291f.zip | |
.jshintrc cleanup
| -rw-r--r-- | .jshintrc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 // } |
