added new-parens rule (#13119)

This commit is contained in:
Patrick O'Carroll 2018-09-03 20:36:01 +02:00 committed by Torkel Ödegaard
parent b0134d30ae
commit dac2c62545

View File

@ -29,6 +29,7 @@
"label-position": true,
"max-line-length": [true, 150],
"member-access": [true, "no-public"],
"new-parens": true,
"no-angle-bracket-type-assertion": true,
"no-arg": true,
"no-bitwise": false,