Skip to content

Commit 00ee4c4

Browse files
author
mcibique
committed
Fixed missing support for decorators in linting
1 parent b25939e commit 00ee4c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module.exports = {
22
root: true,
3+
parserOptions: {
4+
ecmaVersion: 2017,
5+
parser: "babel-eslint",
6+
sourceType: "module"
7+
},
38
env: {
49
mocha: true
510
},

0 commit comments

Comments
 (0)