mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:48:05 -05:00
[eslint config] [docs] Remove TODO in prefer-reflect as it's deprecated
This commit is contained in:
@@ -124,7 +124,6 @@ module.exports = {
|
||||
|
||||
// suggest using Reflect methods where applicable
|
||||
// http://eslint.org/docs/rules/prefer-reflect
|
||||
// TODO: enable?
|
||||
'prefer-reflect': 'off',
|
||||
|
||||
// use rest parameters instead of arguments
|
||||
|
||||
Reference in New Issue
Block a user