module.exports = {
|
|
extends: [
|
|
'stylelint-config-standard'
|
|
],
|
|
// add your custom config here
|
|
// https://stylelint.io/user-guide/configuration
|
|
rules: {
|
|
// 'length-zero-no-unit': ['fix']
|
|
}
|
|
}
|