Skip to content

Commit 16863c5

Browse files
committed
Move the ESLint plugin link next to other external tools links
1 parent 322b06b commit 16863c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ The tool also accepts a JSON config file named .sql-formatter.json in the curren
171171

172172
All fields are optional and all fields that are not specified will be filled with their default values.
173173

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-
178174
### Configuration options
179175

180176
- [**`language`**](docs/language.md) the SQL dialect to use (when using `format()`).
@@ -206,6 +202,10 @@ This makes SQL Formatter available as a global variable `window.sqlFormatter`.
206202
- [Vim extension](https://github.com/fannheyward/coc-sql/)
207203
- [Prettier plugin](https://github.com/un-ts/prettier/tree/master/packages/sql)
208204

205+
### Usage as ESLint plugin
206+
207+
- Inside `eslint-plugin-sql` by using the rule [eslint-plugin-sql#format](https://github.com/gajus/eslint-plugin-sql#format).
208+
209209
## Frequently Asked Questions
210210

211211
### Parse error: Unexpected ... at line ...

0 commit comments

Comments
 (0)