Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checks | Lukas Eipert | 2019-07-05 | 1 | -0/+1 |
| | | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173 | ||||
* | Disable unnecessary ESLint i18n offences | Brandon Labuschagne | 2019-06-13 | 1 | -0/+10 |
| | | | | | | | | Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration. | ||||
* | Merge branch 'winh-remove-sushi' into 'master' | Winnie Hellmann | 2019-03-26 | 1 | -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 Lacerda | 2019-03-22 | 1 | -0/+3 |
| | | | This reverts merge request !26430 | ||||
* | Remove .raw from JavaScript fixture file names | Winnie Hellmann | 2019-03-21 | 1 | -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 violations | Mike Greiling | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Upgrade gitlab eslint config to latestmg-upgrade-prettier | Mike Greiling | 2018-11-20 | 1 | -5/+0 |
| | |||||
* | Disable conflicting eslint rules | Mike Greiling | 2018-11-20 | 1 | -2/+5 |
| | |||||
* | Use @gitlab/eslint-config as base in eslintrc | Mike Greiling | 2018-10-16 | 1 | -36/+1 |
| | |||||
* | Resolve "Harmonize prettier and eslint configs" | Mike Greiling | 2018-10-09 | 1 | -39/+12 |
| | |||||
* | Resolve eslint-plugin-vue errors | Mike Greiling | 2018-09-20 | 1 | -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 v5 | Mike Greiling | 2018-09-20 | 1 | -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 Slaughter | 2018-09-06 | 1 | -0/+9 |
| | |||||
* | Enable "prefer-destructuring" in JS files | gfyoung | 2018-06-25 | 1 | -2/+0 |
| | | | | Partially addresses #47006. | ||||
* | Enable no-multi-assignment in JS files | gfyoung | 2018-06-15 | 1 | -2/+0 |
| | | | | Partially addresses #47006. | ||||
* | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 1 | -2/+0 |
| | |||||
* | disable no-multi-assign | Lukas Eipert | 2018-05-29 | 1 | -1/+3 |
| | |||||
* | use the old indent-rule for now | Lukas Eipert | 2018-05-29 | 1 | -0/+14 |
| | |||||
* | disable no-restricted-globals | Lukas Eipert | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | disable prefer-destructuring for now | Lukas Eipert | 2018-05-29 | 1 | -0/+3 |
| | |||||
* | disable rules that might be conflicting with prettier | Lukas Eipert | 2018-05-29 | 1 | -5/+7 |
| | |||||
* | disable `function-paren-newline` as it conflicts with prettier | Lukas Eipert | 2018-05-29 | 1 | -0/+1 |
| | |||||
* | convert eslintrc to yml | Lukas Eipert | 2018-05-29 | 1 | -0/+53 |