Skip to content

Commit

Permalink
fix: prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
findhumane committed Mar 17, 2024
1 parent b812119 commit efe6ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
},
"engines": {
"node": ">=18"
},
"prettier": {
"printWidth": 120
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
"useTabs": false,
"printWidth": 120
}
]
}
Expand All @@ -141,7 +142,8 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
"useTabs": false,
"printWidth": 120
},
"react-native-builder-bob": {
"source": "src",
Expand Down

0 comments on commit efe6ea0

Please sign in to comment.