summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-3/+0
| | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-0/+3
| | | This reverts merge request !26430
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-3/+0
| | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* Disable vue/use-v-on-exact due to confusing rule violationsMike Greiling2018-12-111-0/+1
|
* Upgrade gitlab eslint config to latestmg-upgrade-prettierMike Greiling2018-11-201-5/+0
|
* Disable conflicting eslint rulesMike Greiling2018-11-201-2/+5
|
* Use @gitlab/eslint-config as base in eslintrcMike Greiling2018-10-161-36/+1
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-39/+12
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-0/+7
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Upgrade eslint to v5Mike Greiling2018-09-201-1/+13
| | | | | | We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-0/+9
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+0
| | | | Partially addresses #47006.
* Enable no-multi-assignment in JS filesgfyoung2018-06-151-2/+0
| | | | Partially addresses #47006.
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-2/+0
|
* disable no-multi-assignLukas Eipert2018-05-291-1/+3
|
* use the old indent-rule for nowLukas Eipert2018-05-291-0/+14
|
* disable no-restricted-globalsLukas Eipert2018-05-291-0/+2
|
* disable prefer-destructuring for nowLukas Eipert2018-05-291-0/+3
|
* disable rules that might be conflicting with prettierLukas Eipert2018-05-291-5/+7
|
* disable `function-paren-newline` as it conflicts with prettierLukas Eipert2018-05-291-0/+1
|
* convert eslintrc to ymlLukas Eipert2018-05-291-0/+53