Skip to content

Commit

Permalink
chore: ignore unsupported import attributes by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
redfox-mx committed Jun 19, 2024
1 parent 90f685b commit 1f2d0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export default tseslint.config(
'**/temp/**',
'**/.vitepress/cache/**',
'**/*.snap',
// eslint doesn't support import attributes
'playground/resolve/import-attributes.js',
],
},
eslint.configs.recommended,
Expand Down

0 comments on commit 1f2d0f6

Please sign in to comment.