Skip to content

Commit

Permalink
override prettier and eslint versions
Browse files Browse the repository at this point in the history
tsdx uses prettier 1.x, which doen't recognize private fields (jaredpalmer/tsdx#657)

these custom dependency versions can be removed once tsdx updates to use prettier 2.x
jaredpalmer/tsdx#632 (expected to be tsdx v 0.16)

Signed-off-by: Chang Wang <[email protected]>
  • Loading branch information
cheapsteak committed Feb 7, 2022
1 parent 9ed80e2 commit 5bde7a3
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 229 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,20 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "7.0.8",
"@typescript-eslint/eslint-plugin": "5.10.2",
"eslint": "7.28.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"prettier": "2.5.1",
"size-limit": "7.0.8",
"tsdx": "0.14.1",
"tslib": "2.3.1",
"typescript": "4.5.5"
},
"resolutions": {
"eslint": "7.28.0",
"eslint-config-react-app": "6.0.0",
"prettier": "2.5.1"
}
}
Loading

0 comments on commit 5bde7a3

Please sign in to comment.