3.0.0 • Published 1 year ago
@convidera-team/stylelint-config-convidera v3.0.0
Stylelint config used in Convidera
Installation
npm i @convidera-team/stylelint-config-convidera --save-devor
yarn add @convidera-team/stylelint-config-convidera -DAdd the following to your stylelint.config.js file:
module.exports = {
extends: '@convidera-team/stylelint-config-convidera'
};Changelog
3.0.0
- Breaking: supports
stylelintv16.0.0 and above - remove deprecated in v15 rules. See https://stylelint.io/migration-guide/to-15/#deprecated-stylistic-rules
2.1.0
- add
'string-quotes': 'single'rule
2.0.0
- Breaking: supports
stylelintv14.0.0 and above