File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- module . exports = {
1+ export default {
22 singleQuote : true ,
33 bracketSpacing : true ,
44 printWidth : 120 ,
55 semi : true ,
6- trailingComma : 'all' ,
76} ;
Original file line number Diff line number Diff line change 99 ],
1010 "author" : " Tomáš Litera <tomas.litera@lmc.eu>" ,
1111 "license" : " BSD-3-Clause" ,
12+ "type" : " module" ,
1213 "main" : " index.js" ,
1314 "publishConfig" : {
1415 "access" : " public"
2021 },
2122 "engines" : {
2223 "node" : " ^16 || ^18 || >=20"
24+ },
25+ "peerDependencies" : {
26+ "prettier" : " ^3.6.2"
2327 }
2428}
Original file line number Diff line number Diff line change @@ -1634,6 +1634,8 @@ __metadata:
16341634"@lmc-eu/prettier-config@workspace:packages/prettier-config":
16351635 version: 0.0.0-use.local
16361636 resolution: "@lmc-eu/prettier-config@workspace:packages/prettier-config"
1637+ peerDependencies:
1638+ prettier: ^3.6.2
16371639 languageName: unknown
16381640 linkType: soft
16391641
You can’t perform that action at this time.
0 commit comments