From 65f9a517fa2574bd749558ace12a5663754d9370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Gon=C3=A7alves?= Date: Wed, 7 Feb 2024 08:57:55 +0000 Subject: [PATCH] chore(): reformat eslint config --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 79c3bf1..a96e679 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -2,9 +2,9 @@ module.exports = { root: true, + parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 2019, - parser: '@typescript-eslint/parser', }, plugins: ['@typescript-eslint'], extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],