summaryrefslogtreecommitdiff
path: root/.eslintrc
Commit message (Collapse)AuthorAgeFilesLines
* update linter to catch uses of commonjs syntaxMike Greiling2017-05-181-0/+1
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-2/+4
|
* add eslint support to vue filesMike Greiling2017-04-091-1/+3
|
* Adjust ESLint rule for file nameswinniehell2017-03-051-1/+1
|
* enable eslint to resolve webpack modules according to webpack.config.jseslint-resolve-webpack-modulesMike Greiling2017-02-141-4/+10
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-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-ruleBryce Johnson2017-01-241-1/+2
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+3
|/
* Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs ExistsJacopo2016-12-021-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-pluginsLuke "Jared" Bennett2016-11-291-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-globalsMike Greiling2016-11-221-6/+6
|
* add "gon" to list of expected globalsMike Greiling2016-11-221-0/+1
|
* clean up globals exemptions within .eslintrcMike Greiling2016-11-221-17/+5
|
* Make linters happyAlfredo Sumaran2016-11-211-1/+2
|
* Cycle analytics second iterationAlfredo Sumaran2016-11-211-2/+3
| | | | | | - Vue app has been completely rewritten - New components - Basic CSS
* Update match-regex to fix filename conventionfix-invalid-filename-eslintAlfredo Sumaran2016-11-031-1/+1
| | | | This allows us to pass .js.es6 files as valid filenames;
* Check that JavaScript file names match convention (!7238)winniehell2016-11-021-0/+6
|
* add ESLintwinniehell2016-10-261-0/+23
ESLint config: https://github.com/airbnb/javascript