Skip to content

Instantly share code, notes, and snippets.

@safebear
Created September 30, 2019 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save safebear/89f2d286f12bf1d350606fa2271d4534 to your computer and use it in GitHub Desktop.
Save safebear/89f2d286f12bf1d350606fa2271d4534 to your computer and use it in GitHub Desktop.
Linting Rules for TypeScript MAT-TS
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"no-var-requires": false,
"no-console": true,
"object-literal-sort-keys": false
},
"rulesDirectory": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment