Skip to content

Commit

Permalink
fix(lint): add missing rulesDirectory (#1108)
Browse files Browse the repository at this point in the history
Fix #1094
  • Loading branch information
filipesilva authored Jun 16, 2016
1 parent da954ab commit 1690a82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addon/ng2/blueprints/ng2/files/tslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"rules": {
"class-name": true,
"comment-format": [
Expand Down

0 comments on commit 1690a82

Please sign in to comment.