Skip to content

Commit 2f7a462

Browse files
committed
Completing cleanup of no-comment-textnodes rule.
This rule was never released in a non-alpha, non-rc version. It was renamed to `jsx-no-comment-textnodes` in 9ad4c69 (Rename no-comment-textnodes to jsx-no-comment-textnodes) / #689 but the old rule wasn’t removed entirely.
1 parent bf35995 commit 2f7a462

File tree

3 files changed

+1
-48
lines changed

3 files changed

+1
-48
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
var deprecatedRules = {
4-
'no-comment-textnodes': require('./lib/rules/no-comment-textnodes'),
54
'require-extension': require('./lib/rules/require-extension'),
65
'wrap-multilines': require('./lib/rules/wrap-multilines')
76
};

lib/rules/no-comment-textnodes.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/lib/rules/jsx-no-comment-textnodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Tests for no-comment-textnodes
2+
* @fileoverview Tests for jsx-no-comment-textnodes
33
* @author Ben Vinegar
44
*/
55
'use strict';

0 commit comments

Comments
 (0)