UNPKG

tslint-config-airbnb

Version:
14 lines 218 B
{ "extends": [ "tslint-config-airbnb" ], "rules": { "strict-boolean-expressions": [ true, "allow-null-union", "allow-undefined-union", "allow-string", "allow-mix" ] } }