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",