File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "arrowParens": "avoid",
3+ "bracketSpacing": false,
4+ "printWidth": 180,
5+ "singleQuote": true,
6+ "tabWidth": 4,
7+ "useTabs": true
8+ }
Original file line number Diff line number Diff line change 1111 "@types/node" : " ^16.4.13" ,
1212 "prettier" : " ^2.3.2" ,
1313 "typescript" : " ^4.3.5"
14+ "prettier" : " ^3.3.3" ,
1415 },
1516 "engines" : {
1617 "discord.js" : " >=13.0.0"
2728 ],
2829 "main" : " dist/index.js" ,
2930 "name" : " discord.js-better-embed" ,
30- "prettier" : {
31- "arrowParens" : " avoid" ,
32- "bracketSpacing" : false ,
33- "printWidth" : 160 ,
34- "singleQuote" : true ,
35- "tabWidth" : 4 ,
36- "useTabs" : true
37- },
3831 "readme" : " https://github.com/Ayfri/Better-Embed/blob/master/README.md" ,
3932 "repository" : {
4033 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments