| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-31 | Extend ESLint to cover all JS files and drop JSCS. | Bardi Harborow | 1 | -42/+0 | |
| 2016-06-04 | Upgrade to latest version of JSCS (v3.0.4) (#20070) | Chris Rebert | 1 | -2/+0 | |
| Fixes #20002 [skip sauce] [skip validator] | |||||
| 2015-10-19 | update grunt-jscs to 2.1.0 to use jscs 2.x | Henry Zhu | 1 | -1/+2 | |
| 2015-05-07 | es6 alert :| | fat | 1 | -0/+1 | |
| 2015-05-06 | remove closureness from plugins | fat | 1 | -0/+5 | |
| 2015-03-26 | JSCS: Add "disallowSpacesInFunctionDeclaration" | Heinrich Fenkart | 1 | -0/+1 | |
| Valid: function a() {} Invalid: function a () {} | |||||
| 2015-01-16 | Update JSCS config for the new version. | XhmikosR | 1 | -0/+1 | |
| 2014-12-29 | JSCS: enable requireSpaceBetweenArguments | Chris Rebert | 1 | -0/+1 | |
| New rule added in JSCS v1.9.0 Our JS already complies with this. | |||||
| 2014-07-25 | re-alphabetize .jscsrc | Chris Rebert | 1 | -1/+1 | |
| 2014-07-25 | Delete duplicate JSCS properties | Artem Belov | 1 | -1/+0 | |
| 2014-06-23 | Revert UMD (#13772 & friends) for now, due to #13812. | Chris Rebert | 1 | -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-19 | Remove deprecated JSCS rules and add requireSpaceAfterLineComment | Heinrich Fenkart | 1 | -4/+4 | |
| 2014-06-10 | MD/CommonJS/Globals #12909 | Katie Zhu | 1 | -2/+1 | |
| 2014-06-06 | Tweak JSHint and JSCS checks. | XhmikosR | 1 | -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-04 | import rules from Ratchet's JSCS config with which we already comply | Chris Rebert | 1 | -0/+5 | |
| 2014-04-20 | add missing operators to some JSCS rules that we already comply with | Chris Rebert | 1 | -3/+3 | |
| 2014-03-09 | Remove unneeded quotes. | XhmikosR | 1 | -0/+1 | |
| 2014-03-06 | re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use `null` to ↵ | Chris Rebert | 1 | -0/+1 | |
| override it for Gruntfile | |||||
| 2014-03-06 | Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for now | Chris Rebert | 1 | -1/+0 | |
| Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287 | |||||
| 2014-02-28 | Move `trailing` check to JSCS. | XhmikosR | 1 | -0/+1 | |
| 2014-02-28 | Move `camelcase` check to JSCS. | XhmikosR | 1 | -0/+1 | |
| 2014-02-28 | JSCS: Use more style checks. | XhmikosR | 1 | -0/+3 | |
| 2014-02-28 | Move the quotes check to JSCS. | XhmikosR | 1 | -1/+2 | |
| 2014-02-28 | Switch to using JSCS for the indentation check. | XhmikosR | 1 | -1/+2 | |
| 2014-02-26 | Bump grunt-jscs-checker. | XhmikosR | 1 | -0/+15 | |
