Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit efe6029

Browse files
committed
🔧 (tslint) ignore node_modules
1 parent a883adc commit efe6029

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tslint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"arrow-parens": false,
1212
"semicolon": false
1313
},
14-
"rulesDirectory": []
14+
"rulesDirectory": [],
15+
"linterOptions": {
16+
"exclude": ["node_modules/**"]
17+
}
1518
}

0 commit comments

Comments
 (0)