gitlab-org--gitlab-foss/app/assets/javascripts
Alfredo Sumaran 633eca8e5c Merge branch 'explicitly-disable-eslint-inline' into 'master'
explicitly disable eslint inline

## What does this MR do?

Explicitly disables eslint inline.

I.E. `/* eslint-disable */` => `/* eslint-disable max-len, no-new, ... */`

I used the script from https://gitlab.com/lbennett/eslint-dsblr.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

It will help refactor out eslint issues for older files.

## Screenshots (if relevant)

## Does this MR meet the acceptance criteria?

- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

See merge request !7229
2016-11-16 22:36:08 +00:00
..
behaviors
blob
blob_edit
boards
commit
cycle_analytics
diff_notes
extensions
graphs
lib
merge_conflicts
network
profile
protected_branches
snippet
templates
u2f
users
abuse_reports.js.es6
activities.js
admin.js
api.js
application.js
aside.js
autosave.js
awards_handler.js
breakpoints.js
broadcast_message.js
build.js
build_artifacts.js
build_variables.js.es6
commit.js
commits.js
compare.js
compare_autocomplete.js.es6
confirm_danger_modal.js
copy_to_clipboard.js
create_label.js.es6
diff.js
dispatcher.js.es6
dropzone_input.js
due_date_select.js.es6
files_comment_button.js
flash.js
gfm_auto_complete.js.es6
gl_dropdown.js
gl_field_error.js.es6
gl_field_errors.js.es6
gl_form.js
group_avatar.js
groups_select.js
header.js
importer_status.js
issuable.js.es6
issuable_context.js
issuable_form.js
issue.js
issue_status_select.js
issues_bulk_assignment.js.es6
label_manager.js.es6
labels.js
labels_select.js
layout_nav.js
line_highlighter.js
logo.js
member_expiration_date.js
members.js.es6
merge_request.js
merge_request_tabs.js
merge_request_widget.js.es6
merged_buttons.js
milestone.js
milestone_select.js
namespace_select.js
new_branch_form.js
new_commit_form.js
notes.js explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
notifications_dropdown.js
notifications_form.js
pager.js
pipelines.js.es6
preview_markdown.js
project.js
project_avatar.js
project_find_file.js
project_fork.js
project_import.js
project_new.js
project_select.js
project_show.js
projects_list.js
right_sidebar.js
search.js
search_autocomplete.js.es6
shortcuts.js
shortcuts_blob.js
shortcuts_dashboard_navigation.js
shortcuts_find_file.js
shortcuts_issuable.js
shortcuts_navigation.js
shortcuts_network.js
sidebar.js.es6
single_file_diff.js
snippets_list.js.es6
star.js
subscription.js
subscription_select.js
syntax_highlight.js
todos.js.es6
tree.js
user.js.es6
user_tabs.js.es6
username_validator.js.es6
users_select.js
wikis.js
zen_mode.js