Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Refs c07e6b5
  • Loading branch information
thewilkybarkid committed Nov 29, 2023
1 parent c07e6b5 commit 25d9ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"arrowParens": "avoid",
"importOrder": [
"^[./]"
],
"importOrder": ["^[./]"],
"importOrderSortSpecifiers": true,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-sh"
]
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-sh"]
}
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"compilerOptions": {
"exactOptionalPropertyTypes": true
},
"include": [
"src"
]
"include": ["src"]
}

0 comments on commit 25d9ea9

Please sign in to comment.