Skip to content

Commit 81cf34b

Browse files
committed
lint ignore tweak, formatting tweaks
1 parent 5631e77 commit 81cf34b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default defineConfig([
2323
'**/.yarn',
2424
'**/node_modules',
2525
'packages/lint-examples/out',
26+
'plugins/remark-snackplayer/tests/(markdown|output)',
2627
'website/.docusaurus',
2728
'website/build',
2829
'website/static',
@@ -113,9 +114,9 @@ export default defineConfig([
113114
'warn',
114115
{
115116
ignore: [
116-
`CODE_OF_CONDUCT.md`,
117+
'CODE_OF_CONDUCT.md',
117118
// skip older blog posts
118-
`website/blog/201*`,
119+
'website/blog/201*',
119120
],
120121
alexOptions: {
121122
// use a "maybe" level of profanity instead of the default "unlikely"

0 commit comments

Comments
 (0)