2020-09-27 19:14:35 +02:00
|
|
|
module.exports = {
|
|
|
|
extends: [
|
|
|
|
'stylelint-config-standard',
|
|
|
|
],
|
|
|
|
// add your custom config here
|
|
|
|
// https://stylelint.io/user-guide/configuration
|
2020-09-27 21:05:58 +02:00
|
|
|
rules: {
|
|
|
|
"indentation": 2
|
|
|
|
}
|
2020-09-27 19:14:35 +02:00
|
|
|
}
|