Initial commit
This commit is contained in:
12
stylelint.config.js
Normal file
12
stylelint.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
extends: ['stylelint-config-standard'],
|
||||
overrides: [
|
||||
{
|
||||
files: ['**/*.svelte'],
|
||||
customSyntax: 'postcss-html',
|
||||
},
|
||||
],
|
||||
rules: {
|
||||
'no-descending-specificity': null,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user