We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5631e77 commit 81cf34bCopy full SHA for 81cf34b
1 file changed
eslint.config.js
@@ -23,6 +23,7 @@ export default defineConfig([
23
'**/.yarn',
24
'**/node_modules',
25
'packages/lint-examples/out',
26
+ 'plugins/remark-snackplayer/tests/(markdown|output)',
27
'website/.docusaurus',
28
'website/build',
29
'website/static',
@@ -113,9 +114,9 @@ export default defineConfig([
113
114
'warn',
115
{
116
ignore: [
- `CODE_OF_CONDUCT.md`,
117
+ 'CODE_OF_CONDUCT.md',
118
// skip older blog posts
- `website/blog/201*`,
119
+ 'website/blog/201*',
120
],
121
alexOptions: {
122
// use a "maybe" level of profanity instead of the default "unlikely"
0 commit comments