Skip to content

Commit

Permalink
Remove deprecated no-comment-textnodes rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Apr 23, 2017
1 parent 229cc21 commit 6d6d24a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 261 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -61,7 +61,6 @@ var allRules = {
'no-unused-prop-types': require('./lib/rules/no-unused-prop-types'),
'no-children-prop': require('./lib/rules/no-children-prop'),
'void-dom-elements-no-children': require('./lib/rules/void-dom-elements-no-children'),
'no-comment-textnodes': require('./lib/rules/no-comment-textnodes'),
'wrap-multilines': require('./lib/rules/wrap-multilines'),
'jsx-tag-spacing': require('./lib/rules/jsx-tag-spacing')
};
Expand Down
47 changes: 0 additions & 47 deletions lib/rules/no-comment-textnodes.js

This file was deleted.

213 changes: 0 additions & 213 deletions tests/lib/rules/no-comment-textnodes.js

This file was deleted.

0 comments on commit 6d6d24a

Please sign in to comment.