Commit Graph

11 Commits

Author SHA1 Message Date
Bryce Johnson f0b7e5708c Flag multiple empty lines in eslint, fix offenses. 2017-01-24 16:48:06 -05:00
Jacopo 8235f83015 Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs Exists
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.
2016-12-02 10:19:31 +01:00
Luke "Jared" Bennett c145413d1a
Remove JSX/React eslint plugins.
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
2016-11-29 16:15:47 +00:00
Mike Greiling a571a61f0a keep json alphabetized 2016-11-22 12:56:03 -06:00
Mike Greiling 46b725aba6 add "gon" to list of expected globals 2016-11-22 12:19:51 -06:00
Mike Greiling bd0017c6d4 clean up globals exemptions within .eslintrc 2016-11-22 12:19:51 -06:00
Alfredo Sumaran 1a7cc190b7 Make linters happy 2016-11-21 13:57:11 -05:00
Alfredo Sumaran 10282283b0 Cycle analytics second iteration
- Vue app has been completely rewritten
- New components
- Basic CSS
2016-11-21 13:49:18 -05:00
Alfredo Sumaran 18dd4cf54b Update match-regex to fix filename convention
This allows us to pass .js.es6 files as valid filenames;
2016-11-03 16:15:10 -05:00
winniehell 1ad62d9684 Check that JavaScript file names match convention (!7238) 2016-11-02 11:47:38 +01:00
winniehell e5a0d41db0 add ESLint
ESLint config: https://github.com/airbnb/javascript
2016-10-26 10:00:55 +02:00