Skip to content

Commit

Permalink
chore: ignore questions in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 25, 2024
1 parent f8cb843 commit 291f65a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ export default antfu({
quotes: 'single',
semi: true,
},
ignores: [
'src/questions/*.md',
],

});

0 comments on commit 291f65a

Please sign in to comment.