mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
const config = require('@lobehub/lint').stylelint;
|
|
|
|
module.exports = {
|
|
...config,
|
|
rules: {
|
|
'selector-id-pattern': null,
|
|
...config.rules,
|
|
},
|
|
};
|