Skip to content

Commit

Permalink
fix: sorting of list
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Oct 26, 2020
1 parent 47c1b8a commit fbe5fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ module.exports = {
'no-replace-test-comments': require('./rules/no-replace-test-comments'),
'no-restricted-resolver-tests': require('./rules/no-restricted-resolver-tests'),
'no-restricted-service-injections': require('./rules/no-restricted-service-injections'),
'no-shadow-route-definition': require('./rules/no-shadow-route-definition'),
'no-settled-after-test-helper': require('./rules/no-settled-after-test-helper'),
'no-shadow-route-definition': require('./rules/no-shadow-route-definition'),
'no-side-effects': require('./rules/no-side-effects'),
'no-string-prototype-extensions': require('./rules/no-string-prototype-extensions'),
'no-test-and-then': require('./rules/no-test-and-then'),
Expand Down

0 comments on commit fbe5fc2

Please sign in to comment.