mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 12:37:57 -05:00
[eslint config] [base] [breaking] enable symbol-description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user