init
This commit is contained in:
commit
017bf6e067
115 changed files with 19650 additions and 0 deletions
8
stylelint.config.js
Normal file
8
stylelint.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('stylelint').Config} */
|
||||
export default {
|
||||
extends: ["stylelint-config-standard", "stylelint-config-astro"],
|
||||
ignoreFiles: ["dist/**/*"],
|
||||
rules: {
|
||||
// Add your own rules here
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue