Tubio/tubio-frontend-nuxt-app/stylelint.config.js

11 lines
192 B
JavaScript
Raw Permalink Normal View History

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
}
}