Skip to content

Commit

Permalink
Eslint: Allow type casting
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeManh committed Mar 17, 2022
1 parent 7fbecfc commit 1453600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,7 @@ module.exports = {
* https://github.com/lirantal/eslint-plugin-anti-trojan-source
*/
'anti-trojan-source/no-bidi': 'error',

'no-bitwise': ['error', { int32Hint: true }],
},
};

0 comments on commit 1453600

Please sign in to comment.