Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf803c commit 0ae173fCopy full SHA for 0ae173f
README.md
@@ -47,12 +47,12 @@ Then configure the `prettier` rule under the `rules` section:
47
}
48
```
49
50
-You can also pass `prettier` configuration as an option:
+You can also pass [`prettier` configuration](https://github.com/prettier/prettier#api) as an option:
51
52
```json
53
{
54
"rules": {
55
- "prettier/prettier": ["error", {"trailingComma": true, "singleQuote": true}]
+ "prettier/prettier": ["error", {"trailingComma": "es5", "singleQuote": true}]
56
57
58
0 commit comments