mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Format code
This commit is contained in:
@ -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
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
.wrapper .loading span {
|
.wrapper .loading span {
|
||||||
margin: unset;
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user