From 79791bc76f11db951aaccd588b95472c0ee56ca6 Mon Sep 17 00:00:00 2001 From: Renzo Beux <renzobeux@gmail.com> Date: Thu, 2 Sep 2021 21:33:01 -0300 Subject: [PATCH] dios el linter --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 1110c8c..a4bf029 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,7 @@ "es2021": true }, "extends": [ + "airbnb-typescript/base", "plugin:@typescript-eslint/recommended" ], "parserOptions": { -- GitLab