Merge branch 'vs-enable-gitlab-stylelint-config' into 'master'
Replace scss-lint with stylelint See merge request gitlab-org/gitlab!53700
Showing
.scss-lint.yml
deleted
100644 → 0
... | ... | @@ -375,7 +375,6 @@ group :development, :test do |
gem 'gitlab-styles', '~> 6.0.0', require: false | ||
gem 'scss_lint', '~> 0.59.0', require: false | ||
gem 'haml_lint', '~> 0.36.0', require: false | ||
gem 'bundler-audit', '~> 0.7.0.1', require: false | ||
... | ... |
... | ... | @@ -165,6 +165,7 @@ |
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | ||
"@gitlab/eslint-plugin": "8.0.0", | ||
"@gitlab/stylelint-config": "^2.2.0", | ||
"@testing-library/dom": "^7.16.2", | ||
"@vue/test-utils": "1.1.2", | ||
"acorn": "^6.3.0", | ||
... | ... | @@ -216,9 +217,6 @@ |
"postcss": "^7.0.14", | ||
"prettier": "2.2.1", | ||
"readdir-enhanced": "^2.2.4", | ||
"stylelint": "^10.1.0", | ||
"stylelint-config-recommended": "^2.2.0", | ||
"stylelint-scss": "^3.9.2", | ||
"timezone-mock": "^1.0.8", | ||
"vue-jest": "4.0.0-rc.0", | ||
"webpack-dev-server": "^3.11.2", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment