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 ec5c3c1 + e6e5be1 commit e1c3df3Copy full SHA for e1c3df3
README.md
@@ -171,6 +171,10 @@ The tool also accepts a JSON config file named .sql-formatter.json in the curren
171
172
All fields are optional and all fields that are not specified will be filled with their default values.
173
174
+## Usage as ESLint plugin
175
+
176
+`sql-formatter` can be utilized through the ESLint rule [eslint-plugin-sql#format](https://github.com/gajus/eslint-plugin-sql#format).
177
178
### Configuration options
179
180
- [**`language`**](docs/language.md) the SQL dialect to use (when using `format()`).
0 commit comments