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.
@stylistic/block-spacing
1 parent 3dea281 commit cb6b443Copy full SHA for cb6b443
index.js
@@ -326,7 +326,7 @@ const rules = {
326
},
327
],
328
'@stylistic/eol-last': 'error',
329
- '@stylistic/func-call-spacing': [
+ '@stylistic/function-call-spacing': [
330
'error',
331
'never',
332
@@ -607,6 +607,10 @@ const rules = {
607
after: true,
608
609
610
+ '@stylistic/block-spacing': [
611
+ 'error',
612
+ 'never',
613
+ ],
614
'constructor-super': 'error',
615
'@stylistic/generator-star-spacing': [
616
0 commit comments