Skip to content

Commit

Permalink
Add @stylistic/block-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 3, 2024
1 parent 3dea281 commit cb6b443
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const rules = {
},
],
'@stylistic/eol-last': 'error',
'@stylistic/func-call-spacing': [
'@stylistic/function-call-spacing': [
'error',
'never',
],
Expand Down Expand Up @@ -607,6 +607,10 @@ const rules = {
after: true,
},
],
'@stylistic/block-spacing': [
'error',
'never',
],
'constructor-super': 'error',
'@stylistic/generator-star-spacing': [
'error',
Expand Down

0 comments on commit cb6b443

Please sign in to comment.