Skip to content

Commit

Permalink
Docs: Mark no-useless-rename as fixable in rules index (#6297)
Browse files Browse the repository at this point in the history
  • Loading branch information
daltones authored and ilyavolodin committed May 31, 2016
1 parent c22cb29 commit 3e052c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/README.md
Expand Up @@ -242,7 +242,7 @@ These rules relate to ES6, also known as ES2015:
* [no-this-before-super](no-this-before-super.md): disallow `this`/`super` before calling `super()` in constructors (recommended)
* [no-useless-computed-key](no-useless-computed-key.md): disallow unnecessary computed property keys in object literals
* [no-useless-constructor](no-useless-constructor.md): disallow unnecessary constructors
* [no-useless-rename](no-useless-rename.md): disallow renaming import, export, and destructured assignments to the same name
* [no-useless-rename](no-useless-rename.md): disallow renaming import, export, and destructured assignments to the same name (fixable)
* [no-var](no-var.md): require `let` or `const` instead of `var`
* [object-shorthand](object-shorthand.md): require or disallow method and property shorthand syntax for object literals
* [prefer-arrow-callback](prefer-arrow-callback.md): require arrow functions as callbacks
Expand Down

0 comments on commit 3e052c1

Please sign in to comment.