Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require symbol description #630

Closed
feross opened this issue Sep 16, 2016 · 2 comments
Closed

Require symbol description #630

feross opened this issue Sep 16, 2016 · 2 comments

Comments

@feross
Copy link
Member

feross commented Sep 16, 2016

I propose enabling the symbol-description rule.

Example of incorrect code:

var foo = Symbol()

Examples of correct code:

var foo = Symbol('some description')

var someString = 'some description'
var bar = Symbol(someString)

http://eslint.org/docs/rules/symbol-description

@feross feross added this to the standard v9 milestone Sep 16, 2016
@feross
Copy link
Member Author

feross commented Sep 16, 2016

No ecosystem impact:

# tests 422
# pass  422

feross added a commit to standard/eslint-config-standard that referenced this issue Feb 9, 2017
@feross
Copy link
Member Author

feross commented Feb 9, 2017

This will be part of standard v9.

@feross feross closed this as completed Feb 9, 2017
feross added a commit to standard/eslint-config-standard that referenced this issue Feb 9, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

1 participant