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:
parent
66d1afbb81
commit
f70a6f0669
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
"curly": [true, "ignore-same-line"],
|
"curly": [true, "ignore-same-line"],
|
||||||
"no-console": {
|
"no-console": {
|
||||||
"severity": "warning"
|
"severity": "warning"
|
||||||
}
|
},
|
||||||
|
"no-bitwise": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue