UNPKG

tslint-config-unional

Version:

tslint config that follows uninoal/typescript style guide

8 lines (7 loc) 103 B
module.exports = { extends: './standard', rules: { "align": true, "semicolon": false } }