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 30bb8e2 commit 2f9b2b0Copy full SHA for 2f9b2b0
lib/rules/require-meta-schema.js
@@ -16,17 +16,7 @@ module.exports = {
16
recommended: false, // TODO: enable it in a major release.
17
},
18
fixable: 'code',
19
- schema: [
20
- {
21
- type: 'object',
22
- properties: {
23
- exceptRange: {
24
- type: 'boolean',
25
- },
26
27
- additionalProperties: false,
28
29
- ],
+ schema: [],
30
messages: {
31
foundOptionsUsage: '`meta.schema` has no schema defined but rule has options.',
32
missing: '`meta.schema` is required (use [] if rule has no schema).',
0 commit comments