diff --git a/packages/eslint-config-airbnb-base/rules/es6.js b/packages/eslint-config-airbnb-base/rules/es6.js index e6506a8b..f1e2bd02 100644 --- a/packages/eslint-config-airbnb-base/rules/es6.js +++ b/packages/eslint-config-airbnb-base/rules/es6.js @@ -136,8 +136,7 @@ module.exports = { // require a Symbol description // http://eslint.org/docs/rules/symbol-description - // TODO: enable - 'symbol-description': 'off', + 'symbol-description': 'error', // enforce usage of spacing in template strings // http://eslint.org/docs/rules/template-curly-spacing