Skip to content

Commit 1690a82

Browse files
authored
fix(lint): add missing rulesDirectory (angular#1108)
Fix angular#1094
1 parent da954ab commit 1690a82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addon/ng2/blueprints/ng2/files/tslint.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"rulesDirectory": [
3+
"node_modules/codelyzer"
4+
],
25
"rules": {
36
"class-name": true,
47
"comment-format": [

0 commit comments

Comments
 (0)