Skip to content

Instantly share code, notes, and snippets.

View mrsan22's full-sized avatar
🎯
It’s harder to read code than to write it...

Sanjiv Kumar mrsan22

🎯
It’s harder to read code than to write it...
View GitHub Profile
@mrsan22
mrsan22 / tslint.json
Created May 20, 2018 05:00
Delete the following rules from your tslint.json to avoid conflict w/ Prettier
{
"rulesDirectory": ["node_modules/codelyzer"],
"rules": {
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
"deprecation": {
"severity": "warn"
},
"forin": true,