Skip to content

Commit cc6d394

Browse files
committed
Added babel-eslint parser for support of static class properties.
1 parent 2063c9b commit cc6d394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"es6": true
66
},
77
"extends": "eslint:recommended",
8+
"parser": "babel-eslint",
89
"globals": {
910
"Atomics": "readonly",
1011
"SharedArrayBuffer": "readonly"

0 commit comments

Comments
 (0)