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.
1 parent 4c7a199 commit d690444Copy full SHA for d690444
test/rules/assertions/format.ts
@@ -15,24 +15,24 @@ export default {
15
],
16
output: '`\nSELECT\n 1\n`',
17
},
18
- {
19
- code: '`SELECT 2`',
20
- errors: [
21
22
- message: 'Format the query',
23
- },
24
- ],
25
- options: [
26
27
- ignoreInline: false,
28
- ignoreTagless: false,
29
30
31
- spaces: 2,
32
33
34
- output: '`\nSELECT\n 2\n`',
35
+ // {
+ // code: '`SELECT 2`',
+ // errors: [
+ // message: 'Format the query',
+ // },
+ // ],
+ // options: [
+ // ignoreInline: false,
+ // ignoreTagless: false,
+ // spaces: 2,
+ // output: '`\nSELECT\n 2\n`',
36
{
37
code: 'sql.unsafe`SELECT 3`',
38
errors: [
0 commit comments