File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed
Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 1616 "source.organizeImports" : true
1717 }
1818 },
19- "[javascript]" : {
20- "editor.defaultFormatter" : " esbenp.prettier-vscode"
21- },
22- "[html]" : {
23- "editor.defaultFormatter" : " esbenp.prettier-vscode"
24- },
25- "[typescript]" : {
26- "editor.defaultFormatter" : " esbenp.prettier-vscode"
27- },
28- "[javascriptreact]" : {
29- "editor.defaultFormatter" : " esbenp.prettier-vscode"
30- },
31- "[typescriptreact]" : {
32- "editor.defaultFormatter" : " esbenp.prettier-vscode"
33- },
3419 "files.exclude" : {
3520 "**/__pycache__" : true
3621 },
4429 " ms-python.vscode-pylance" ,
4530 " ms-python.isort" ,
4631 " ms-python.black-formatter" ,
47- " EditorConfig.EditorConfig" ,
48- " esbenp.prettier-vscode"
32+ " EditorConfig.EditorConfig"
4933 ]
5034 }
5135 }
Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ repos:
2525 - id : black
2626 stages : [commit]
2727
28- - repo : https://github.com/pre-commit/mirrors-prettier
29- rev : v4.0.0-alpha.8
30- hooks :
31- - id : prettier
32- stages : [commit]
33-
3428 - repo : https://github.com/nonebot/nonemoji
3529 rev : v0.1.4
3630 hooks :
You can’t perform that action at this time.
0 commit comments