From 7549857d9e011b047d6d8d08ea60a827d189c476 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sun, 16 Jul 2023 18:26:22 -0500 Subject: [PATCH] style: update eslintrc Update eslintrc --- .eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index cf5521d..4804f60 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { parser: '@typescript-eslint/parser', parserOptions: { - project: './tsconfig.json', + project: true, sourceType: 'module', }, plugins: ['@typescript-eslint/eslint-plugin'], @@ -23,4 +23,3 @@ module.exports = { '@typescript-eslint/no-non-null-assertion': 'off', }, }; - \ No newline at end of file