Skip to content

Commit

Permalink
chore(eslint): ignore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 9, 2024
1 parent 64ee435 commit 95e04c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default tseslint.config(
},
{
name: 'exuanbo/ignores',
ignores: ['.yarn', 'coverage', 'dist'],
ignores: ['.yarn', 'coverage', 'dist', 'docs'],
},
{
name: 'exuanbo/files',
Expand Down

0 comments on commit 95e04c4

Please sign in to comment.