Skip to content

Commit

Permalink
chore: ignore example projects from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 14, 2024
1 parent e77e698 commit aebf7ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import antfu from '@antfu/eslint-config'
export default antfu(
{
typescript: true,
ignores: ['packages/browser-tailwind/src/polyfill/*'],
ignores: [
'packages/browser-tailwind/src/polyfill/*',
'**/*.q.json',
],
},
{
rules: {
Expand Down

0 comments on commit aebf7ff

Please sign in to comment.