naive-ui/.stylelintrc.js

8 lines
173 B
JavaScript
Raw Normal View History

2019-06-28 15:08:31 +08:00
module.exports = {
2019-06-28 15:38:44 +08:00
"extends": "stylelint-config-recommended-scss",
"rules": {
2019-06-28 15:41:29 +08:00
'no-descending-specificity': null,
"indentation": 2,
"max-empty-lines": 1
2019-06-28 15:38:44 +08:00
}
2019-06-28 15:08:31 +08:00
}