From 6ef53af79b5b46f394d6dc97179bc9a4a5daa48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Mon, 23 Oct 2023 16:04:10 +0300 Subject: [PATCH] style: fix linter --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index f57dce78..b94eb5e3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = { }, ecmaVersion: 2020, sourceType: 'module', - }, + }, plugins: ['@typescript-eslint', 'prettier'], ignorePatterns: ['build/*'], rules: { @@ -27,4 +27,4 @@ module.exports = { '@typescript-eslint/no-unused-vars': ['error'], curly: [2, 'all'], }, -} \ No newline at end of file +}