Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4ce06e6

Browse files
authored
fix(eslint): no babel config file detected (#806)
1 parent 8a70483 commit 4ce06e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cna-template/template/_.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
},
77
<%_ if (!typescript) { _%>
88
parserOptions: {
9-
parser: '@babel/eslint-parser'
9+
parser: '@babel/eslint-parser',
10+
requireConfigFile: false
1011
},
1112
<%_ } _%>
1213
extends: [

0 commit comments

Comments
 (0)