-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trailing tabs and/or spaces #38
Labels
Comments
i'm planning to use |
zz85
added a commit
to zz85/node-jscs
that referenced
this issue
Jun 23, 2015
- uses AST tokens by lines instead of just line strings - add disallow-trailing-whitespace rule to mdcs preset - fixes zz85/mrdoobapproves#38
zz85
added a commit
to zz85/node-jscs
that referenced
this issue
Jun 23, 2015
- uses AST tokens by lines instead of just line strings - uses errors.assert to emit errors - add disallowTrailingWhitespace rule to mdcs preset - fixes zz85/mrdoobapproves#38
zz85
added a commit
to zz85/node-jscs
that referenced
this issue
Jun 23, 2015
- uses AST tokens by lines instead of just line strings - uses errors.assert to emit errors - add disallowTrailingWhitespace rule to mdcs preset - fixes zz85/mrdoobapproves#38
zz85
added a commit
to zz85/node-jscs
that referenced
this issue
Jun 23, 2015
- uses AST tokens by lines instead of just line strings - uses errors.assert to emit errors - add disallowTrailingWhitespace rule to mdcs preset - fixes zz85/mrdoobapproves#38
This was referenced Jun 23, 2015
closed with #44 and when i bump jscs to version 2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trailing tabs and/or spaces should be removed from any line.
The text was updated successfully, but these errors were encountered: