Skip to content

Commit 0e036d7

Browse files
feat: add .ls-lint.yml to linters (#259)
1 parent 70c589e commit 0e036d7

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
@@ -71,6 +71,7 @@ const services = [
7171
'vercel*',
7272
'wrangler.toml',
7373
]
74+
7475
// @keep-sorted
7576
const linters = [
7677
'.commitlint*',
@@ -81,6 +82,7 @@ const linters = [
8182
'.flowconfig',
8283
'.jslint*',
8384
'.lintstagedrc*',
85+
'.ls-lint.yml',
8486
'.markdownlint*',
8587
'.prettier*',
8688
'.pylintrc',

0 commit comments

Comments
 (0)