Format code

This commit is contained in:
DefectingCat
2023-01-04 15:26:36 +08:00
parent d899e211a5
commit a2486d6b62
3 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@ indent_size = 2
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false trim_trailing_whitespace = false
insert_final_newline = false insert_final_newline = true

View File

@ -13,4 +13,4 @@
.wrapper .loading span { .wrapper .loading span {
margin: unset; margin: unset;
} }

View File

@ -11,7 +11,7 @@
"lint": "next lint", "lint": "next lint",
"test": "jest --watch", "test": "jest --watch",
"test-ci": "jest --ci --coverage", "test-ci": "jest --ci --coverage",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\" --ignore-unknown" "pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown"
}, },
"dependencies": { "dependencies": {
"@codesandbox/sandpack-react": "^1.17.1", "@codesandbox/sandpack-react": "^1.17.1",