Skip to content

Commit 2a9f9c3

Browse files
committed
fix readme
1 parent 41f2057 commit 2a9f9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nestjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ At the start a new project follow the next steps:
77
1. Run ```npm install prettier eslint-plugin-prettier eslint-config-prettier eslint --save-dev```
88
2. Copy [./prettierrc.json](./prettierrc.json) file to your project to root folder
99
3. Copy [./eslintrc.json](./eslintrc.json) file to your project to root folder
10-
4. Add script - ```"lint": "eslint \"{src,apps,libs,test}/\**/*.ts\" --fix"``` to [.package.json](.package.json)
10+
4. Add script - ```"lint": "eslint \"{src,apps,libs,test}/\**/*.ts\" --fix"``` to [./package.json](./package.json)
1111

1212
## Configure husky pre-commit
1313

0 commit comments

Comments
 (0)