Skip to content

Commit bd32b4f

Browse files
committed
fix(scripts/lint): also look for Yaml user-defined configs
1 parent 1e164e4 commit bd32b4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scripts/lint.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const useBuiltinConfig =
1313
!hasFile('.eslintrc') &&
1414
!hasFile('.eslintrc.js') &&
1515
!hasFile('.eslintrc.json') &&
16+
!hasFile('.eslintrc.yml') &&
17+
!hasFile('.eslintrc.yaml') &&
1618
!hasPkgProp('eslintConfig')
1719

1820
let resolved

0 commit comments

Comments
 (0)