mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
const config = require('@lobehub/lint').stylelint;
|
|
|
|
module.exports = {
|
|
...config,
|
|
rules: {
|
|
'selector-id-pattern': null,
|
|
...config.rules,
|
|
},
|
|
};
|