3.2.0 • Published 2 years ago

@convidera-team/stylelint-config-vue-convidera v3.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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-dev

or

yarn add @convidera-team/stylelint-config-vue-convidera -D

Add the following to your stylelint.config.js file:

module.exports = {
  extends: '@convidera-team/stylelint-config-vue-convidera'
};

Changelog

3.0.0

  • Breaking: remove stylelint-config-recommended-vue

2.0.0

  • Breaking: supports stylelint v14.0.0 and above