Last active
March 2, 2017 06:12
-
-
Save donabrams/b69a4e25827dc2ce7305 to your computer and use it in GitHub Desktop.
Mutation related rules in eslint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://eslint.org/docs/rules/no-extend-native | |
http://eslint.org/docs/rules/no-return-assign | |
http://eslint.org/docs/rules/no-param-reassign | |
http://eslint.org/docs/rules/no-native-reassign | |
http://eslint.org/docs/rules/no-extend-native | |
http://eslint.org/docs/rules/no-ex-assign | |
http://eslint.org/docs/rules/no-func-assign | |
http://eslint.org/docs/rules/no-ex-assign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment