UNPKG

139 BJavaScriptView Raw
1module.exports = {
2 extends: 'stylelint-config-standard',
3 rules: {
4 indentation: [
5 'tab',
6 {
7 except: [ 'value' ]
8 }
9 ]
10 }
11};