Skip to content

Commit d0dc50b

Browse files
committed
update parser options
1 parent eb2be0b commit d0dc50b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/host/.eslintrc.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,17 @@ module.exports = {
5151
files: ['**/*.gts'],
5252
parser: 'ember-eslint-parser',
5353
parserOptions: {
54-
ecmaVersion: '2020',
54+
ecmaVersion: 'latest',
5555
sourceType: 'module',
5656
requireConfigFile: false,
57+
babelOptions: {
58+
plugins: [
59+
[
60+
'@babel/plugin-proposal-decorators',
61+
{ decoratorsBeforeExport: true },
62+
],
63+
],
64+
},
5765
warnOnUnsupportedTypeScriptVersion: false,
5866
},
5967
plugins: ['ember'],

0 commit comments

Comments
 (0)