This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
5.1.0
- #115 Single line block comments allowed to be nested inside code or JSX
- #291 Excluded generators in no-function-expression
- #381 Fixed no-unnecessary-local-variable false positive
- #389 Ignored test inclusions/exclusions for mocha-no-side-effect-code
- #412 Fixed several no-octal-literal edge cases
- #413 Fixed backslashes in no-octal-literal
- #417 Type-checking for noStringBased rules
- #423 Allowed
http://localhost
for recommended no-http-string setting - #425 Added config setting for
no-inner-html
for which expressions to flag - #427 Added console.error to recommended ruleset for
no-console
- #444 Started flagging
export { ... }
declarations in export-name - #446 Allowed this.timeout in mocha-no-side-effect-code
- #447 Update broken accessibility link in README.md
- #449 Removed invalid examples.com domain from recommended ruleset