aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+9
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+2
| | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
* Build: Move all external libraries to external directoryScott González2014-06-251-1/+1
| | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html
* 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) (cherry-picked from bbace100a3ad51287cd2864eeb03ddebb381d44f)
* 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 (Cherry-picked from b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)