Skip to content

Commit

Permalink
Fix Prettier swear at "satisfies" keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko committed Mar 13, 2023
1 parent 2b8a0d6 commit 74746aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lib/globalConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
interface GlobalConfig {
arrowEnabled?: boolean,
useArrowNativeTypes?: boolean,
arrowEnabled?: boolean;
useArrowNativeTypes?: boolean;
}

export default {
Expand Down
34 changes: 22 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"prettier": "^2.8.4",
"sinon": "^14.0.0",
"typescript": "^4.9.3"
},
Expand Down

0 comments on commit 74746aa

Please sign in to comment.