mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-14 01:18:49 +00:00
10 lines
241 B
JavaScript
10 lines
241 B
JavaScript
module.exports = {
|
|
syntax: 'scss',
|
|
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
|
|
// add your custom config here
|
|
// https://stylelint.io/user-guide/configuration
|
|
rules: {
|
|
'at-rule-no-unknown': null
|
|
}
|
|
};
|