We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To quote the blog post:
There are several new rules for this release: array-callback-return id-blacklist keyword-spacing newline-per-chained-call no-confusing-arrow no-empty-function no-extra-label no-implicit-globals no-new-symbol no-restricted-imports no-self-assign no-unmodified-loop-condition no-unused-labels no-useless-constructor no-whitespace-before-property one-var-declaration-per-line prefer-rest-params sort-imports template-curly-spacing yield-star-spacing
There are several new rules for this release:
array-callback-return
id-blacklist
keyword-spacing
newline-per-chained-call
no-confusing-arrow
no-empty-function
no-extra-label
no-implicit-globals
no-new-symbol
no-restricted-imports
no-self-assign
no-unmodified-loop-condition
no-unused-labels
no-useless-constructor
no-whitespace-before-property
one-var-declaration-per-line
prefer-rest-params
sort-imports
template-curly-spacing
yield-star-spacing
The text was updated successfully, but these errors were encountered:
Looks like there are also some configured rules which have changed:
Sorry, something went wrong.
This is being fixed in #730.
Looks like I need to work on my searching skills.
No branches or pull requests
To quote the blog post:
The text was updated successfully, but these errors were encountered: