Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-05-29disable no-multi-assignLukas Eipert
2018-05-29use the old indent-rule for nowLukas Eipert
2018-05-29disable no-restricted-globalsLukas Eipert
2018-05-29disable prefer-destructuring for nowLukas Eipert
2018-05-29disable rules that might be conflicting with prettierLukas Eipert
2018-05-29disable `function-paren-newline` as it conflicts with prettierLukas Eipert
2018-05-29convert eslintrc to ymlLukas Eipert