Skip to content

Commit

Permalink
chore(eslint): add unicorn recommended config to ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Feb 18, 2025
1 parent f422585 commit 3759def
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ export default [{
}, ...compat.extends(
'eslint:recommended',
'plugin:n/recommended',
'plugin:unicorn/recommended',
'plugin:prettier/recommended',
'plugin:yml/recommended',
'plugin:@typescript-eslint/recommended',
), {
),
unicorn.configs.recommended,
{
plugins: {
prettier,
'@stylistic': stylistic,
Expand Down

0 comments on commit 3759def

Please sign in to comment.