From 21277baf2922292cc3fcb8b4f66c56e9f84cd5f2 Mon Sep 17 00:00:00 2001 From: Zack Schuster Date: Thu, 29 Oct 2020 23:34:45 -0700 Subject: [PATCH] lint: use default parser option --- .eslintrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 31d45af..c238da4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,5 @@ { "parser": "@typescript-eslint/parser", - "parserOptions": { - "ecmaVersion": 2020 - }, "plugins": [ "@typescript-eslint" ],