Skip to content

Commit

Permalink
🌈 style(style): edit style config
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Mar 4, 2024
1 parent 153a225 commit 2922edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parser": "@typescript-eslint/parser",
"project": [
"./tsconfig.json",
"./tsconfig.worker.json",
"./tsconfig.worker.json"
],
"sourceType": "module",
"extraFileExtensions": [".vue"]
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"useTabs": true,
"vueIndentScriptAndStyle": false
}

0 comments on commit 2922edf

Please sign in to comment.