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
171171
172172All 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 ...
You can’t perform that action at this time.
0 commit comments