diff --git a/.git2gus/config.json b/.git2gus/config.json new file mode 100644 index 0000000..c1e6cab --- /dev/null +++ b/.git2gus/config.json @@ -0,0 +1,4 @@ +{ + "productTag": "a1aB00000004Bx8IAE", + "defaultBuild": "offcore.tooling.59" +} diff --git a/.releaserc b/.releaserc deleted file mode 100644 index 345a296..0000000 --- a/.releaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "branches": [ - "main" - ] -} \ No newline at end of file diff --git a/git2gus/config.json b/git2gus/config.json deleted file mode 100644 index c8eda1c..0000000 --- a/git2gus/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "productTag": "a1aB00000004Bx8IAE", - "defaultBuild": "offcore.tooling.55" -} \ No newline at end of file diff --git a/index.js b/index.js index 8cfaa81..89d85a4 100644 --- a/index.js +++ b/index.js @@ -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,