9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
'stylelint-config-standard'
|
||
|
],
|
||
|
// add your custom config here
|
||
|
// https://stylelint.io/user-guide/configuration
|
||
|
rules: {}
|
||
|
}
|