Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/rules/no-multi-comp.js
rd565449 r0c6b92a 51 51 * Checks if the component is ignored 52 52 * @param {Object} component The component being checked. 53 * @returns { Boolean} True if the component is ignored, false if not.53 * @returns {boolean} True if the component is ignored, false if not. 54 54 */ 55 55 function isIgnored(component) {
Note:
See TracChangeset
for help on using the changeset viewer.