Skip to content

Commit

Permalink
style(lint): eslint resolved warning
Browse files Browse the repository at this point in the history
  • Loading branch information
syncush committed Sep 23, 2020
1 parent e26d0eb commit c88d776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/n4s/src/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import shorterThan from './shorterThan';
import shorterThanOrEquals from './shorterThanOrEquals';

const rules = {
endsWith,
equals,
greaterThan,
greaterThanOrEquals,
Expand All @@ -49,8 +50,7 @@ const rules = {
matches,
numberEquals,
shorterThan,
shorterThanOrEquals,
endsWith
shorterThanOrEquals
};

export default extendRules(rules);

0 comments on commit c88d776

Please sign in to comment.