Skip to content

Commit 97ec766

Browse files
authored
Fix typo in Babel config
1 parent 8adc659 commit 97ec766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/ember.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function configBuilder(options = {}) {
7070
const babelParser = {
7171
parser: '@babel/eslint-parser',
7272
parserOptions: {
73-
requireConnfigFile: false,
73+
requireConfigFile: false,
7474
babelOptions: {
7575
plugins: [['@babel/plugin-proposal-decorators', { legacy: true }]],
7676
},

0 commit comments

Comments
 (0)