Skip to content

Commit

Permalink
lint: playground file ignore
Browse files Browse the repository at this point in the history
flippedround committed Jun 12, 2024
1 parent d0aae55 commit ffec839
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
@@ -6,6 +6,6 @@ export default antfu(
formatters: true,
},
{
ignores: ['**/uniJs.js'],
ignores: ['**/uniJs.js', 'playground/**'],
},
)

0 comments on commit ffec839

Please sign in to comment.