Changeset 0c6b92a for imaps-frontend/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/rules/jsx-no-target-blank.js
rd565449 r0c6b92a 71 71 * @param {ASTNode} value The AST node being checked. 72 72 * @param {ASTNode} targetValue The AST node being checked. 73 * @returns { String | String[] | null} The string value, or null if not a string.73 * @returns {string | string[] | null} The string value, or null if not a string. 74 74 */ 75 75 function getStringFromValue(value, targetValue) {
Note:
See TracChangeset
for help on using the changeset viewer.