Added Prettier&Linter
This commit is contained in:
13
stylelint.config.mjs
Normal file
13
stylelint.config.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
const stylelintConfig = {
|
||||
extends: [
|
||||
'stylelint-config-standard',
|
||||
'stylelint-config-clean-order',
|
||||
'stylelint-config-html',
|
||||
],
|
||||
rules: {
|
||||
'declaration-block-no-redundant-longhand-properties': null,
|
||||
'no-descemdomg-specificity': null,
|
||||
'selector-class-pattern': null,
|
||||
},
|
||||
'at-rule-no-unknown': [true],
|
||||
};
|
||||
Reference in New Issue
Block a user