From f23b4a7380d2db21420d1bbe3d3916d3991400fd Mon Sep 17 00:00:00 2001 From: Jula <julieta.dubra@fing.edu.uy> Date: Wed, 1 Sep 2021 19:58:48 -0300 Subject: [PATCH] ajuste configutacion eslint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 2c09cad..366a4e0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,7 @@ }, "extends": [ "airbnb-base", + "airbnb-typescript/base", "plugin:react/recommended" ], "parserOptions": { -- GitLab