Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flag multiple empty lines in eslint, fix offenses.newline-eslint-rule | Bryce Johnson | 2017-01-24 | 1 | -1/+2 |
| | |||||
* | Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs Exists | Jacopo | 2016-12-02 | 1 | -1/+2 |
| | | | | | | | When ldap is enabled and use "Standard" authentication method, if authentication fails the correct tab remain selected. This is done by saving into localStorage when the active tab changes and by always selecting that tab when the page is loaded. | ||||
* | Remove JSX/React eslint plugins.remove-jsx-react-eslint-plugins | Luke "Jared" Bennett | 2016-11-29 | 1 | -4/+3 |
| | | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs | ||||
* | keep json alphabetized24756-clean-up-eslintrc-globals | Mike Greiling | 2016-11-22 | 1 | -6/+6 |
| | |||||
* | add "gon" to list of expected globals | Mike Greiling | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | clean up globals exemptions within .eslintrc | Mike Greiling | 2016-11-22 | 1 | -17/+5 |
| | |||||
* | Make linters happy | Alfredo Sumaran | 2016-11-21 | 1 | -1/+2 |
| | |||||
* | Cycle analytics second iteration | Alfredo Sumaran | 2016-11-21 | 1 | -2/+3 |
| | | | | | | - Vue app has been completely rewritten - New components - Basic CSS | ||||
* | Update match-regex to fix filename conventionfix-invalid-filename-eslint | Alfredo Sumaran | 2016-11-03 | 1 | -1/+1 |
| | | | | This allows us to pass .js.es6 files as valid filenames; | ||||
* | Check that JavaScript file names match convention (!7238) | winniehell | 2016-11-02 | 1 | -0/+6 |
| | |||||
* | add ESLint | winniehell | 2016-10-26 | 1 | -0/+23 |
ESLint config: https://github.com/airbnb/javascript |