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.
2 parents 7f4e22b + a7c1089 commit 90a2847Copy full SHA for 90a2847
README.md
@@ -100,6 +100,17 @@ The `prettier` executable is now installed and ready for use:
100
./node_modules/.bin/prettier --plugin=@prettier/plugin-ruby --write '**/*'
101
```
102
103
+### Using Prettier >= 3.0
104
+
105
+You need to tell Prettier to use the plugin, add the following to your existing [prettier configuration
106
+file](https://prettier.io/docs/en/configuration.html).
107
108
+```json
109
+{
110
+ "plugins": ["@prettier/plugin-ruby"],
111
+}
112
+```
113
114
## Configuration
115
116
Below are the options (from [`src/plugin.js`](src/plugin.js)) that `@prettier/plugin-ruby` currently supports:
0 commit comments