mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
module.exports = {
|
|
"extends": "stylelint-config-recommended-scss",
|
|
"rules": {
|
|
'no-descending-specificity': null,
|
|
"indentation": 2,
|
|
"max-empty-lines": 1
|
|
}
|
|
} |