4.0.0 • Published 1 year ago
@convidera-team/stylelint-config-vue-convidera v4.0.0
Stylelint config with vue files support used in Convidera
Extends stylelint-config-standard-scss and stylelint-config-html/vue.
Installation
npm i @convidera-team/stylelint-config-vue-convidera --save-devor
yarn add @convidera-team/stylelint-config-vue-convidera -DAdd the following to your stylelint.config.js file:
module.exports = {
extends: '@convidera-team/stylelint-config-vue-convidera'
};Changelog
4.0.0
- Breaking: supports
stylelintv16.0.0 and above
3.2.1
- Fix stylelint peer dependency version. Don't allow 15 version and above
3.0.0
- Breaking: remove stylelint-config-recommended-vue
2.0.0
- Breaking: supports
stylelintv14.0.0 and above