Skip to content

Commit 28840fb

Browse files
Merge pull request #362 from simonihmig/fix-parser-options
Fix typo in Babel config
2 parents fbbe3cb + 0efe54e commit 28840fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/neat-flowers-lay.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@nullvoxpopuli/eslint-configs': patch
3+
---
4+
5+
Fix typo in configs/ember.js where `requireConfigFile` for the `@babel/eslint-parser` was misspelled.

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)