Skip to content

Commit 32a8c96

Browse files
committedJul 17, 2023
docs: fix repo link
1 parent fb2ceb9 commit 32a8c96

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ For example:
5252
{
5353
"scripts": {
5454
"lint": "eslint .",
55-
"lint:fix": "eslint . --fix"
55+
"lint:fix": "eslint . --fix",
56+
"format": "prettier . --check",
57+
"format:fix": "prettier . --write"
5658
}
5759
}
5860
```

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "JohnCampionJr's ESLint config",
55
"author": "John Campion (https://github.com/JohnCampionJr/)",
66
"license": "MIT",
7-
"homepage": "https://github.com/jcamp/eslint-config",
7+
"homepage": "https://github.com/jcamp-code/eslint-config",
88
"keywords": [
99
"eslint-config",
1010
"prettier"

0 commit comments

Comments
 (0)
Please sign in to comment.