Skip to content

Commit

Permalink
Disable eslint-plugin-perfectionist
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 18, 2024
1 parent 7e548a3 commit 21c9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

import noel from '@augu/eslint-config';

export default (typeof noel === 'function' ? noel : noel.default)();
export default (typeof noel === 'function' ? noel : noel.default)({ perfectionist: false });

0 comments on commit 21c9fcb

Please sign in to comment.