Skip to content

Commit

Permalink
chore: add .yarn into eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 19, 2024
1 parent 27ab253 commit 4e0750e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import antfu from '@antfu/eslint-config'

export default antfu(
{
ignores: ['.yarn/*'],
},
{
files: ['**/*.vue'],
rules: {
Expand Down

0 comments on commit 4e0750e

Please sign in to comment.