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