jellyfin-vue/stylelint.config.js

10 lines
241 B
JavaScript
Raw Normal View History

2020-09-02 18:34:50 +00:00
module.exports = {
syntax: 'scss',
2020-09-02 18:34:50 +00:00
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {
'at-rule-no-unknown': null
}
2020-09-02 18:34:50 +00:00
};