chore(lint): configure ignored paths & files to Stylelint

This commit is contained in:
郭桓桓 2023-03-01 19:47:12 +08:00
parent f9ffa18565
commit ca1ccd9b4b
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 4 additions and 0 deletions

3
.stylelintignore Normal file
View File

@ -0,0 +1,3 @@
**/*.js
dist/*.css
node_modules

View File

@ -1,4 +1,5 @@
{
"ignoreDisables": true,
"extends": "stylelint-config-standard-scss",
"plugins": [
"stylelint-scss",