diff --git a/package.json b/package.json index 07e9b05..4068160 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "reverse-proxy-frontend", "version": "1.5.0", "private": true, + "type": "module", "description": "Reverse proxy frontend application", "author": { "name": "Tudor Stanciu", @@ -71,7 +72,9 @@ "plugin:import/warnings", "plugin:react-hooks/recommended" ], - "plugins": ["@typescript-eslint"], + "plugins": [ + "@typescript-eslint" + ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022,