Skip to content

Commit

Permalink
fix(prettier-disable): disable accidentally activated deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Hecht committed Dec 18, 2024
1 parent c55ec64 commit 0ea3bfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prettier-disable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ module.exports = {
extends: ['prettier'],
rules: {
curly: 'error',
'no-confusing-arrow': ['error', { allowParens: false, onlyOneSimpleParam: false }],
},
};

0 comments on commit 0ea3bfb

Please sign in to comment.