We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gmickel
Learn more about funding links in repositories.
Report abuse
1 parent f8cb843 commit 291f65aCopy full SHA for 291f65a
eslint.config.mjs
@@ -7,4 +7,8 @@ export default antfu({
7
quotes: 'single',
8
semi: true,
9
},
10
+ ignores: [
11
+ 'src/questions/*.md',
12
+ ],
13
+
14
});
0 commit comments