LINT: do not lint legacy decorators

This commit is contained in:
Jeff Wong 2020-04-20 18:25:50 -07:00
parent 57c5bfa6a2
commit d981b8d042
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 7, "ecmaVersion": 7,
"sourceType": "module" "sourceType": "module",
"ecmaFeatures": {
"legacyDecorators": true
}
}, },
"globals": { "globals": {
"_": true, "_": true,