Bump
This commit is contained in:
@ -205,8 +205,21 @@ index df7b6b8..c4d0da1 100644
|
||||
nodeName: 'input',
|
||||
attributes: {
|
||||
autocomplete,
|
||||
diff --git a/src/rules/label-has-associated-control.js b/src/rules/label-has-associated-control.js
|
||||
index dd6b199..184199e 100644
|
||||
--- a/src/rules/label-has-associated-control.js
|
||||
+++ b/src/rules/label-has-associated-control.js
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
import { hasProp, getProp, getPropValue } from 'jsx-ast-utils';
|
||||
import type { JSXElement } from 'ast-types-flow';
|
||||
-import minimatch from 'minimatch';
|
||||
+import { minimatch } from 'minimatch';
|
||||
import { generateObjSchema, arraySchema } from '../util/schemas';
|
||||
import type { ESLintConfig, ESLintContext, ESLintVisitorSelectorConfig } from '../../flow/eslint';
|
||||
import getElementType from '../util/getElementType';
|
||||
diff --git a/src/util/mayContainChildComponent.js b/src/util/mayContainChildComponent.js
|
||||
index 43a03ef..5e1035e 100644
|
||||
index 65000a0..09b199a 100644
|
||||
--- a/src/util/mayContainChildComponent.js
|
||||
+++ b/src/util/mayContainChildComponent.js
|
||||
@@ -9,7 +9,7 @@
|
||||
|
Reference in New Issue
Block a user