I hereby claim:
- I am trival on github.
- I am trival (https://keybase.io/trival) on keybase.
- I have a public key ASDWz6eA86oWaKoUfcPr0go9beSBkGXoMy2WwI9j3V3w9Qo
To claim this, I am signing this object:
| { | |
| "trailingComma": "all", | |
| "semi": false, | |
| "singleQuote": true, | |
| "useTabs": true, | |
| "bracketSpacing": true | |
| } |
I hereby claim:
To claim this, I am signing this object:
| root = true | |
| [*] | |
| charset = utf-8 | |
| indent_style = tab | |
| indent_size = 2 | |
| tab_width = 2 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
| { | |
| "extends": ["tslint:recommended", "tslint-config-standard", "tslint-config-prettier"], | |
| "rules": { | |
| "ordered-imports": true, | |
| "no-duplicate-variable": true, | |
| "no-unused-variable": true, | |
| "curly": [true, "ignore-same-line"], | |
| "triple-equals": [ | |
| true, | |
| "allow-null-check" |