Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add global __webpack_public_path__ to eslint configupdate-monaco-loader-test | Mike Greiling | 2017-08-18 | 1 | -0/+1 |
| | |||||
* | Correct eslintrc comma dangle | Luke "Jared" Bennett | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Allow __ function for no-underscore-dangle eslint rule | Luke "Jared" Bennett | 2017-08-04 | 1 | -1/+2 |
| | |||||
* | ensure eslint recognizes es2015 dynamic import() syntax | Mike Greiling | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | update linter to catch uses of commonjs syntax | Mike Greiling | 2017-05-18 | 1 | -0/+1 |
| | |||||
* | Add ES lint support to identify poorly written Promises | Kushal Pandya | 2017-04-20 | 1 | -2/+4 |
| | |||||
* | add eslint support to vue files | Mike Greiling | 2017-04-09 | 1 | -1/+3 |
| | |||||
* | Adjust ESLint rule for file names | winniehell | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | enable eslint to resolve webpack modules according to webpack.config.jseslint-resolve-webpack-modules | Mike Greiling | 2017-02-14 | 1 | -4/+10 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ... | ||||
| * | Flag multiple empty lines in eslint, fix offenses.newline-eslint-rule | Bryce Johnson | 2017-01-24 | 1 | -1/+2 |
| | | |||||
* | | migrate all javascript asset bundles and require syntax | Mike Greiling | 2017-01-10 | 1 | -1/+3 |
|/ | |||||
* | 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 |