diff --git a/lib/rules/jsx-no-comment-textnodes.js b/lib/rules/jsx-no-comment-textnodes.js index e245d11fc0..aacc731409 100644 --- a/lib/rules/jsx-no-comment-textnodes.js +++ b/lib/rules/jsx-no-comment-textnodes.js @@ -20,11 +20,7 @@ module.exports = { url: docsUrl('jsx-no-comment-textnodes') }, - schema: [{ - type: 'object', - properties: {}, - additionalProperties: false - }] + schema: [] }, create(context) {