Skip to content

Commit

Permalink
fix: turn off logical operators
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 4, 2024
1 parent 0ab122e commit e953f76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .git2gus/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"productTag": "a1aB00000004Bx8IAE",
"defaultBuild": "offcore.tooling.59"
}
5 changes: 0 additions & 5 deletions .releaserc

This file was deleted.

4 changes: 0 additions & 4 deletions git2gus/config.json

This file was deleted.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-null': 'off',
'unicorn/prefer-module': 'warn',
'logical-assignment-operators': 'off',
},
globals: {
describe: true,
Expand Down

0 comments on commit e953f76

Please sign in to comment.