Skip to content

Commit cb6b443

Browse files
committed
Add @stylistic/block-spacing rule
https://eslint.style/rules/js/block-spacing
1 parent 3dea281 commit cb6b443

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const rules = {
326326
},
327327
],
328328
'@stylistic/eol-last': 'error',
329-
'@stylistic/func-call-spacing': [
329+
'@stylistic/function-call-spacing': [
330330
'error',
331331
'never',
332332
],
@@ -607,6 +607,10 @@ const rules = {
607607
after: true,
608608
},
609609
],
610+
'@stylistic/block-spacing': [
611+
'error',
612+
'never',
613+
],
610614
'constructor-super': 'error',
611615
'@stylistic/generator-star-spacing': [
612616
'error',

0 commit comments

Comments
 (0)