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
2016-12-10Fixed lint warning and propose fail or warningLuke "Jared" Bennett
2016-11-29Remove JSX/React eslint plugins.Luke "Jared" Bennett
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
2016-11-23Merge branch 'eslint-html-report' into 'master' Robert Speicher
Generate ESLint HTML report ## What does this MR do? Generate a HTML report for the linting errors that ESLint discovered (including files that contain `/* eslint-disable */`). See merge request !7374
2016-11-22Merge branch '24754-fix-npm-warnings-for-eslint-plugin-import' into 'master' Fatih Acet
Fix NPM install warnings due to incompatible dependency version ## What does this MR do? Rolls back `eslint-plugin-import` to semver `^1.16.0` for compatibility with `eslint-config-airbnb`. ## Are there points in the code the reviewer needs to double check? Shouldn't be. ## Why was this MR needed? A warning message was being generated every time we run `npm install`, and there are possibly other side effects due to module incompatibility. ## Does this MR meet the acceptance criteria? - [x] All builds are passing - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) ## What are the relevant issue numbers? Closes #24754 See merge request !7641
2016-11-22Generate ESLint HTML report (!7374)winniehell
2016-11-22roll back eslint-plugin-import node module to the version required by ↵Mike Greiling
eslint-config-airbnb
2016-11-19Add node_modules cache to npm related buildsLuke "Jared" Bennett
2016-11-04Added new .eslintrc for jasmine tests and corrected build_specLuke "Jared" Bennett
2016-11-02Check that JavaScript file names match convention (!7238)winniehell
2016-10-27Enable linting for ES6 fileswinniehell
2016-10-26add ESLintwinniehell
ESLint config: https://github.com/airbnb/javascript