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

tslint: allow bitwise operators

This commit is contained in:
Dragory 2018-12-15 16:31:50 +02:00
parent 66d1afbb81
commit f70a6f0669

View file

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