Sergey Biryukov
2f6e33dd2e
Build/Test Tools: After [29858], update `.jsintrc` to use spaces, not tabs.
...
Props netweb.
Fixes #39359 .
git-svn-id: https://develop.svn.wordpress.org/trunk@39898 602fd350-edb4-49c9-b593-d223f7449a82
2017-01-13 04:44:53 +00:00
Gary Pendergast
571084e0e1
Build: Prevent non-breaking spaces from accidentally being inserted into JavaScript files.
...
See #34658 .
git-svn-id: https://develop.svn.wordpress.org/trunk@35628 602fd350-edb4-49c9-b593-d223f7449a82
2015-11-12 12:04:55 +00:00
Scott Taylor
3d944cc15e
Update `grunt-contrib-jshint` to `0.11.0`
...
Props netweb.
Fixes #31488 .
git-svn-id: https://develop.svn.wordpress.org/trunk@31649 602fd350-edb4-49c9-b593-d223f7449a82
2015-03-06 21:07:35 +00:00
Andrew Nacin
d4802f6c82
Remove smarttabs from .jshintrc per IRC discussion. see #25187 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26136 602fd350-edb4-49c9-b593-d223f7449a82
2013-11-13 19:23:16 +00:00
Andrew Nacin
8bdd289576
Update jshint grunt task to exclude eqeqeq and curly for now, until we've resolved other code smells.
...
props kadamwhite.
see #25187 .
git-svn-id: https://develop.svn.wordpress.org/trunk@26041 602fd350-edb4-49c9-b593-d223f7449a82
2013-11-07 21:14:49 +00:00
Andrew Ozz
370c503d66
Add es3 and onevar to the JSHint configuration as discussed in IRC. Props jorbin, see #25187 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@26025 602fd350-edb4-49c9-b593-d223f7449a82
2013-11-06 20:26:42 +00:00
Andrew Nacin
06635ed4cd
Add a .jshintrc file and associated jshint grunt task.
...
This .jshintrc is adopted from the jQuery project, with some basic modifications (such as single quotes instead of double quotes). This pretty closely follows our current JS standards and rather closely resembles our PHP standards, especially the love of whitespace. The major changes are enforcing === and always using braces for if statements.
props kadamwhite, gnarf37, with mattwiebe and carldanley.
see #25187 .
git-svn-id: https://develop.svn.wordpress.org/trunk@25960 602fd350-edb4-49c9-b593-d223f7449a82
2013-10-27 21:53:11 +00:00