From a4da1fac1c3f404c2fa00f50d97a9cf245ad3ea0 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 11 Aug 2024 14:05:44 -0400 Subject: [PATCH] Update lint config --- eslint.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 2807c2d..9b32c44 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,5 @@ // eslint.config.js export default { - root: true, env: { node: true, es2021: true, @@ -10,7 +9,7 @@ export default { 'plugin:prettier/recommended', ], parserOptions: { - ecmaVersion: 2021, + ecmaVersion: 'latest', sourceType: 'module', }, rules: {