Skip to content

Commit

Permalink
feat:setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow-monkey committed Apr 27, 2022
1 parent 164c811 commit fbb0b60
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
Expand Down
30 changes: 30 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue"
],
"stylelint.snippet": [
"css",
"less",
"postcss",
"scss",
"sass"
],
"stylelint.validate": [
"css",
"less",
"postcss",
"scss",
"sass"
],
"files.eol": "\n"
}

0 comments on commit fbb0b60

Please sign in to comment.