Skip to content

Commit

Permalink
fix: use string regex
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 5, 2024
1 parent 5e103f4 commit 22e2aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/unicorn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const settings: Linter.Config = {
kebabCase: true,
pascalCase: true,
},
ignore: [/^.*\\.md$/iu],
ignore: ["^.*\\.md$"],
},
],
// "eslint-comments/no-unlimited-disable" covers this.
Expand Down

0 comments on commit 22e2aa7

Please sign in to comment.