From 4d9445d3c59bc94522ddcc7836308bc4ed168b0c Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 2 May 2023 23:30:16 +0200 Subject: [PATCH] feat: Suppression de configuration inutile --- .eslintrc.cjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 2850572..ed2ab70 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -3,9 +3,6 @@ require("@rushstack/eslint-patch/modern-module-resolution"); module.exports = { root: true, - globals: { - process: true, - }, extends: [ "plugin:vue/vue3-essential", "eslint:recommended",