From d981b8d04271e62c554671ae9917d98b40c4839b Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Mon, 20 Apr 2020 18:25:50 -0700 Subject: [PATCH] LINT: do not lint legacy decorators --- .eslintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 3ca85e9..f90cb87 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,7 +9,10 @@ }, "parserOptions": { "ecmaVersion": 7, - "sourceType": "module" + "sourceType": "module", + "ecmaFeatures": { + "legacyDecorators": true + } }, "globals": { "_": true,