Skip to content

Commit 8fd755d

Browse files
authored
fix: disallow extra properties in rule options (#197)
1 parent 60ee2b6 commit 8fd755d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/relative-font-units.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default {
8080
},
8181
},
8282
},
83+
additionalProperties: false,
8384
},
8485
],
8586

0 commit comments

Comments
 (0)