Skip to content

Commit d68e0db

Browse files
authored
fix: dprint allows configuration files in the .jsonc format (#172)
1 parent 4a2e850 commit d68e0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ const linters = [
7272
'.yamllint*',
7373
'commitlint*',
7474
'dangerfile*',
75-
'.dprint.json',
76-
'dprint.json',
75+
'.dprint.json*',
76+
'dprint.json*',
7777
'.dlint.json',
7878
'dlint.json',
7979
'lint-staged*',

0 commit comments

Comments
 (0)