aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
Commit message (Collapse)AuthorAgeFilesLines
* Build: combine intro and outroTimmy Willison2016-03-091-1/+1
| | | | | Fixes gh-2975 Close gh-2976
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-1/+5
| | | | Fixes gh-2056
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-1/+2
| | | | | | | | | | Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693
* Build: Move all external libraries to external directoryScott González2014-06-241-1/+1
| | | | Closes gh-1593
* Build: Spaces vs tabsOleg Gaidarenko2014-04-241-2/+2
| | | | | | * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary)
* Build: Update jscsrcOleg Gaidarenko2014-04-151-0/+5
* Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules