mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 07:40:10 +08:00
Update checked-in dependencies
This commit is contained in:
2
node_modules/eslint-plugin-github/lib/rules/a11y-no-title-attribute.js
generated
vendored
2
node_modules/eslint-plugin-github/lib/rules/a11y-no-title-attribute.js
generated
vendored
@@ -50,7 +50,7 @@ module.exports = {
|
||||
create(context) {
|
||||
return {
|
||||
JSXElement: node => {
|
||||
const elementType = getElementType(context, node.openingElement)
|
||||
const elementType = getElementType(context, node.openingElement, true)
|
||||
if (elementType !== `iframe` && ifSemanticElement(context, node)) {
|
||||
const titleProp = getPropValue(getProp(node.openingElement.attributes, `title`))
|
||||
if (titleProp) {
|
||||
|
||||
Reference in New Issue
Block a user