mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 22:18:08 -05:00
[eslint config] [base] [breaking] enable rest-spread-spacing rule
This commit is contained in:
@@ -119,7 +119,7 @@ module.exports = {
|
||||
|
||||
// enforce spacing between object rest-spread
|
||||
// http://eslint.org/docs/rules/rest-spread-spacing
|
||||
'rest-spread-spacing': [0, 'never'],
|
||||
'rest-spread-spacing': [2, 'never'],
|
||||
|
||||
// import sorting
|
||||
// http://eslint.org/docs/rules/sort-imports
|
||||
|
||||
Reference in New Issue
Block a user