mirror of
https://github.com/lobehub/lobe-icons.git
synced 2026-01-09 06:33:57 +08:00
12 lines
248 B
JavaScript
12 lines
248 B
JavaScript
const config = require('@lobehub/lint').stylelint;
|
|
|
|
module.exports = {
|
|
...config,
|
|
rules: {
|
|
'custom-property-pattern': null,
|
|
'selector-pseudo-element-no-unknown': null,
|
|
'no-descending-specificity': null,
|
|
...config.rules,
|
|
},
|
|
};
|