Skip to content

Commit

Permalink
fix: Disable putout/putout temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Nov 25, 2022
1 parent e039ba5 commit cbd6cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ module.exports = {
"no-plusplus": ["error", {allowForLoopAfterthoughts: true}],
//endregion

// Work around https://github.com/EvgenyOrekhov/eslint-config-hardcore/issues/655
"putout/putout": "off",

...typescriptRules,
...nodejsRules,
...jsdocRules,
Expand Down

0 comments on commit cbd6cb4

Please sign in to comment.