We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3d70f commit eebb2b8Copy full SHA for eebb2b8
src/scripts/lint.js
@@ -12,6 +12,7 @@ const useBuiltinConfig =
12
!args.includes('--config') &&
13
!hasFile('.eslintrc') &&
14
!hasFile('.eslintrc.js') &&
15
+ !hasFile('.eslintrc.json') &&
16
!hasPkgProp('eslintConfig')
17
18
const config = useBuiltinConfig
0 commit comments