Skip to content

Commit

Permalink
Remove deprecated wrap-multilines rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Apr 23, 2017
1 parent 6d6d24a commit 77048c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 220 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
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'),
'wrap-multilines': require('./lib/rules/wrap-multilines'),
'jsx-tag-spacing': require('./lib/rules/jsx-tag-spacing')
};

Expand Down
58 changes: 0 additions & 58 deletions lib/rules/wrap-multilines.js

This file was deleted.

161 changes: 0 additions & 161 deletions tests/lib/rules/wrap-multilines.js

This file was deleted.

0 comments on commit 77048c8

Please sign in to comment.