From 7444e9ef4aca68964512a60d1441b0b03399315f Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 31 Oct 2020 19:58:15 +0100 Subject: [PATCH] eslint: use base (no-react) config --- front/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/.eslintrc.js b/front/.eslintrc.js index b8b00c2..5044701 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -6,7 +6,7 @@ module.exports = { globals: { L: "readonly", }, - extends: ["airbnb-typescript", "prettier", "prettier/@typescript-eslint"], + extends: ["airbnb-typescript/base", "prettier", "prettier/@typescript-eslint"], parser: "@typescript-eslint/parser", parserOptions: { sourceType: "module",