Skip to content

Commit

Permalink
chore: fewer maxNodeModuleJsDepth concessions
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 30, 2022
1 parent 2d4be9c commit fcc6573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc --maxNodeModuleJsDepth 3 -p jsconfig.json",
"lint:types": "tsc -p jsconfig.json",
"lint:eslint": "eslint ."
},
"repository": {
Expand Down

0 comments on commit fcc6573

Please sign in to comment.