mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
added new-parens rule (#13119)
This commit is contained in:
parent
b0134d30ae
commit
dac2c62545
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user