3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 07:05:03 +00:00

tslint: allow bitwise operators

This commit is contained in:
Dragory 2018-12-15 16:31:50 +02:00
parent 4af220380c
commit 666e8c4f4f

View file

@ -18,6 +18,7 @@
"curly": [true, "ignore-same-line"],
"no-console": {
"severity": "warning"
}
},
"no-bitwise": false
}
}