summaryrefslogtreecommitdiff
path: root/.eslintrc
Commit message (Collapse)AuthorAgeFilesLines
* Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann2018-03-141-10/+17
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-1/+0
|
* Ignore `_links` property for no-underscore-dangle ruleKushal Pandya2018-02-161-1/+1
|
* Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-111-1/+0
|\ | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-1/+0
| |
* | Fix broken specsFilipa Lacerda2018-01-091-2/+1
| |
* | Fix last eslint rulesFilipa Lacerda2018-01-081-1/+2
| |
* | [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-061-3/+2
| |
* | [ci skip] Fix more rulesFilipa Lacerda2018-01-041-1/+11
| |
* | [ci skip] Fix some rulesFilipa Lacerda2018-01-041-1/+1
| |
* | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-2/+7
|/
* add global __webpack_public_path__ to eslint configupdate-monaco-loader-testMike Greiling2017-08-181-0/+1
|
* Correct eslintrc comma dangleLuke "Jared" Bennett2017-08-041-1/+1
|
* Allow __ function for no-underscore-dangle eslint ruleLuke "Jared" Bennett2017-08-041-1/+2
|
* ensure eslint recognizes es2015 dynamic import() syntaxMike Greiling2017-06-281-0/+1
|
* 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