Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
WRXinYue committed Jul 18, 2024
1 parent 7b99855 commit 8a2bd90
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 @@ -5,9 +5,9 @@ export default antfu(
{
unocss: true,
formatters: true,
ignores: ['**/dist', '**/public', '**/styles/animation', '**/*.md', 'packages/'],
},
{
ignores: ['**/dist', '**/public', '**/styles/animation', '**/*.md', 'packages/'],
rules: {
'ts/no-unused-expressions': 'off',
},
Expand Down

0 comments on commit 8a2bd90

Please sign in to comment.