File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,6 @@ The tool also accepts a JSON config file named .sql-formatter.json in the curren
171
171
172
172
All fields are optional and all fields that are not specified will be filled with their default values.
173
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
174
### Configuration options
179
175
180
176
- [ ** ` 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`.
206
202
- [ Vim extension] ( https://github.com/fannheyward/coc-sql/ )
207
203
- [ Prettier plugin] ( https://github.com/un-ts/prettier/tree/master/packages/sql )
208
204
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
+
209
209
## Frequently Asked Questions
210
210
211
211
### Parse error: Unexpected ... at line ...
You can’t perform that action at this time.
0 commit comments