Skip to content

Commit 291f65a

Browse files
committedJul 25, 2024·
chore: ignore questions in eslint
1 parent f8cb843 commit 291f65a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎eslint.config.mjs

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ export default antfu({
77
quotes: 'single',
88
semi: true,
99
},
10+
ignores: [
11+
'src/questions/*.md',
12+
],
13+
1014
});

0 commit comments

Comments
 (0)
Please sign in to comment.