Skip to content

Commit

Permalink
Update base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aierklk authored Sep 7, 2021
1 parent abea445 commit 481b291
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,9 @@ module.exports = {
* 要求使用一致的换行风格
*/
'operator-linebreak': [2, 'after'],
/**
* 要求块内填充
*/
'padded-blocks': [2, 'always']
},
}
}

0 comments on commit 481b291

Please sign in to comment.