We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2ceb9 commit 32a8c96Copy full SHA for 32a8c96
README.md
@@ -52,7 +52,9 @@ For example:
52
{
53
"scripts": {
54
"lint": "eslint .",
55
- "lint:fix": "eslint . --fix"
+ "lint:fix": "eslint . --fix",
56
+ "format": "prettier . --check",
57
+ "format:fix": "prettier . --write"
58
}
59
60
```
package.json
@@ -4,7 +4,7 @@
4
"description": "JohnCampionJr's ESLint config",
5
"author": "John Campion (https://github.com/JohnCampionJr/)",
6
"license": "MIT",
7
- "homepage": "https://github.com/jcamp/eslint-config",
+ "homepage": "https://github.com/jcamp-code/eslint-config",
8
"keywords": [
9
"eslint-config",
10
"prettier"
0 commit comments