Skip to content

Commit d3371da

Browse files
committed
[Fix] add missing property to no-static-element-interactions options schema
1 parent ca19a4d commit d3371da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rules/no-static-element-interactions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ const defaultInteractiveProps = [].concat(
3737
);
3838
const schema = generateObjSchema({
3939
handlers: arraySchema,
40+
allowExpressionValues: {
41+
type: 'boolean',
42+
},
4043
});
4144

4245
export default ({

0 commit comments

Comments
 (0)