Skip to content

Commit a68a425

Browse files
rzzfwaynzh
andauthored
Update lib/rules/no-undef-directives.js
Co-authored-by: Wayne Zhang <waynzh19@gmail.com>
1 parent b3bef99 commit a68a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-undef-directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
uniqueItems: true
9090
}
9191
},
92-
additionalProperties: true
92+
additionalProperties: false
9393
}
9494
],
9595
messages: {

0 commit comments

Comments
 (0)