forked from tykayn/osm_my_commerce
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
|
module.exports = {
|
||
|
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
|
||
|
// add your custom config here
|
||
|
// https://stylelint.io/user-guide/configuration
|
||
|
rules: {},
|
||
|
}
|