Changeset 0c6b92a for imaps-frontend/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/rules/no-redundant-should-component-update.js
rd565449 r0c6b92a 37 37 * Checks for shouldComponentUpdate property 38 38 * @param {ASTNode} node The AST node being checked. 39 * @returns { Boolean} Whether or not the property exists.39 * @returns {boolean} Whether or not the property exists. 40 40 */ 41 41 function hasShouldComponentUpdate(node) { … … 50 50 * Get name of node if available 51 51 * @param {ASTNode} node The AST node being checked. 52 * @return { String} The name of the node52 * @return {string} The name of the node 53 53 */ 54 54 function getNodeName(node) {
Note:
See TracChangeset
for help on using the changeset viewer.