[eslint config] [docs] Remove TODO in prefer-reflect as it's deprecated

This commit is contained in:
Fernando Pasik
2017-06-13 22:06:55 +01:00
parent fd8cbec8e0
commit c43fc749c4

View File

@@ -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