You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,24 @@ module.exports = {
48
48
49
49
The recommended set will apply [these rules](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/blob/v1.1.0-beta.0/lib/config/recommended.js).
50
50
51
+
## Configure Prettier Options
52
+
53
+
Prettier can be configured via [standard prettier config files](https://prettier.io/docs/en/configuration.html), or rule config options.
54
+
The configuration from the rule will be merged with the rc file config, overriding existing options.
0 commit comments