add stylint
This commit is contained in:
parent
6254795dd2
commit
a52be45907
3 changed files with 23 additions and 1 deletions
9
stylelint.config.js
Normal file
9
stylelint.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('stylelint').Config} */
|
||||
export default {
|
||||
extends: ["stylelint-config-standard"],
|
||||
rules: {
|
||||
"color-function-notation": "modern",
|
||||
"font-family-name-quotes": "always-where-required",
|
||||
"declaration-empty-line-before": "never",
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue