Skip to content

Instantly share code, notes, and snippets.

View dtarnawsky's full-sized avatar

Damian Tarnawsky dtarnawsky

View GitHub Profile
@dtarnawsky
dtarnawsky / tslint.json
Created June 11, 2021 14:36
Strict tslint.json for Angular
{
"rulesDirectory": [
"node_modules/codelyzer",
"node_modules/tslint-eslint-rules/dist/rules"
],
"rules": {
"no-forward-ref": true,
"no-input-rename": true,
"no-output-rename": true,
"use-life-cycle-interface": true,