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 11
11
"@types/node" : " ^16.4.13" ,
12
12
"prettier" : " ^2.3.2" ,
13
13
"typescript" : " ^4.3.5"
14
+ "prettier" : " ^3.3.3" ,
14
15
},
15
16
"engines" : {
16
17
"discord.js" : " >=13.0.0"
27
28
],
28
29
"main" : " dist/index.js" ,
29
30
"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
- },
38
31
"readme" : " https://github.com/Ayfri/Better-Embed/blob/master/README.md" ,
39
32
"repository" : {
40
33
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments