aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json.todo
diff options
context:
space:
mode:
authorIgor Minar2014-02-18 03:04:42 -0800
committerIgor Minar2014-02-18 10:44:48 -0800
commit481508d0e7ae9e4984ea380b9a43e589551c7a5b (patch)
tree2df21cbd83152c5e504cdc7f3b579b25bdc9fadb /.jscs.json.todo
parent12e4d3ac4da3e7ea8d9be49764dbbc091a345bf7 (diff)
downloadangular.js-481508d0e7ae9e4984ea380b9a43e589551c7a5b.tar.bz2
style: remove ws and enfore no-trailing-ws jscs rule
Diffstat (limited to '.jscs.json.todo')
-rw-r--r--.jscs.json.todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jscs.json.todo b/.jscs.json.todo
index 6f6f0416..b7e82bc2 100644
--- a/.jscs.json.todo
+++ b/.jscs.json.todo
@@ -13,7 +13,6 @@
"disallowImplicitTypeConversion": ["string"],
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": ["else"],
- "disallowTrailingWhitespace": true,
"requireLineFeedAtFileEnd": true,
"validateJSDoc": {
"checkParamNames": true,