aboutsummaryrefslogtreecommitdiff
path: root/js/.jscsrc
AgeCommit message (Collapse)AuthorFilesLines
2016-12-31Extend ESLint to cover all JS files and drop JSCS.Bardi Harborow1-42/+0
2016-06-04Upgrade to latest version of JSCS (v3.0.4) (#20070)Chris Rebert1-2/+0
Fixes #20002 [skip sauce] [skip validator]
2015-10-19update grunt-jscs to 2.1.0 to use jscs 2.xHenry Zhu1-1/+2
2015-05-07es6 alert :|fat1-0/+1
2015-05-06remove closureness from pluginsfat1-0/+5
2015-03-26JSCS: Add "disallowSpacesInFunctionDeclaration"Heinrich Fenkart1-0/+1
Valid: function a() {} Invalid: function a () {}
2015-01-16Update JSCS config for the new version.XhmikosR1-0/+1
2014-12-29JSCS: enable requireSpaceBetweenArgumentsChris Rebert1-0/+1
New rule added in JSCS v1.9.0 Our JS already complies with this.
2014-07-25re-alphabetize .jscsrcChris Rebert1-1/+1
2014-07-25Delete duplicate JSCS propertiesArtem Belov1-1/+0
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert1-1/+2
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js
2014-06-19Remove deprecated JSCS rules and add requireSpaceAfterLineCommentHeinrich Fenkart1-4/+4
2014-06-10MD/CommonJS/Globals #12909Katie Zhu1-2/+1
2014-06-06Tweak JSHint and JSCS checks.XhmikosR1-2/+9
Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-05-04import rules from Ratchet's JSCS config with which we already complyChris Rebert1-0/+5
2014-04-20add missing operators to some JSCS rules that we already comply withChris Rebert1-3/+3
2014-03-09Remove unneeded quotes.XhmikosR1-0/+1
2014-03-06re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use `null` to ↵Chris Rebert1-0/+1
override it for Gruntfile
2014-03-06Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for nowChris Rebert1-1/+0
Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287
2014-02-28Move `trailing` check to JSCS.XhmikosR1-0/+1
2014-02-28Move `camelcase` check to JSCS.XhmikosR1-0/+1
2014-02-28JSCS: Use more style checks.XhmikosR1-0/+3
2014-02-28Move the quotes check to JSCS.XhmikosR1-1/+2
2014-02-28Switch to using JSCS for the indentation check.XhmikosR1-1/+2
2014-02-26Bump grunt-jscs-checker.XhmikosR1-0/+15