We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61d127 commit d364e0aCopy full SHA for d364e0a
lib/rules/no-unused-keys.js
@@ -1,3 +1,9 @@
1
+/**
2
+ * @fileoverview Warns about unused keys in objects inside functions.
3
+ * @author Refirst
4
+ * Compatible with eslint 8 and below or 9 and above.
5
+ */
6
+
7
'use strict'
8
9
/**
0 commit comments