Skip to content

Commit 595b164

Browse files
authored
feat: add .cspell* and cspell* to linters (#261)
1 parent 3d35a59 commit 595b164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const services = [
7575
// @keep-sorted
7676
const linters = [
7777
'.commitlint*',
78+
'.cspell*',
7879
'.dlint.json',
7980
'.dprint.json*',
8081
'.editorconfig',
@@ -93,6 +94,7 @@ const linters = [
9394
'.yamllint*',
9495
'biome.json*',
9596
'commitlint*',
97+
'cspell*',
9698
'dangerfile*',
9799
'dlint.json',
98100
'dprint.json*',

0 commit comments

Comments
 (0)