mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[guide] Spread operator => Spread syntax
This commit is contained in:
committed by
Jordan Harband
parent
1fb4592122
commit
35914b1402
@@ -146,7 +146,7 @@ module.exports = {
|
||||
// https://eslint.org/docs/rules/prefer-rest-params
|
||||
'prefer-rest-params': 'error',
|
||||
|
||||
// suggest using the spread operator instead of .apply()
|
||||
// suggest using the spread syntax instead of .apply()
|
||||
// https://eslint.org/docs/rules/prefer-spread
|
||||
'prefer-spread': 'error',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user