We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 859c8d3 + cc923c9 commit 43d7270Copy full SHA for 43d7270
1 file changed
README.md
@@ -52,21 +52,6 @@ The recommended set will apply [these rules](https://github.com/ember-template-l
52
53
Prettier can be configured via [standard prettier config files](https://prettier.io/docs/en/configuration.html).
54
55
-## Tips
56
-
57
-You may want to define these two scripts in your package.json:
58
59
-```json
60
-{
61
- "scripts": {
62
- "lint:hbs": "ember-template-lint .",
63
- "format:hbs": "prettier **/*.hbs --write"
64
- }
65
-}
66
-```
67
68
-`yarn lint:hbs` is useful in CI. `yarn format:hbs` will let you format your templates if your editor does not have this feature yet.
69
70
## Credits
71
72
This plugin has been inspired by [the prettier plugin](https://github.com/prettier/eslint-plugin-prettier) for Eslint.
0 commit comments