Skip to content

Commit

Permalink
feat(inspect): add "memory-usage" rule to recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 25, 2019
1 parent 8ddd0d6 commit c11a2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/src/configs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const config = {
rules: {
'cpu-usage': 'on',
'library-mismatch': 'on',
'long-timeout': 'on'
'long-timeout': 'on',
'memory-usage': 'on'
}
};

0 comments on commit c11a2ff

Please sign in to comment.