Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
ESLint: enable no-bitwise rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed Aug 26, 2016
1 parent 1ed6c04 commit 259c0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": {
"no-bitwise": 0,
"no-bitwise": 2,
"curly": 2,
"eqeqeq": 2,
"guard-for-in": 0,
Expand Down
1 change: 1 addition & 0 deletions src/utils/StringUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@CC wiki attribution: esmiralha
*/

/*eslint no-bitwise: off */
/*jslint bitwise: true */

/**
Expand Down

0 comments on commit 259c0fd

Please sign in to comment.