mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2025-10-03 16:49:04 +03:00
Add module type declaration to package.json
This commit is contained in:
parent
c05de1a7dc
commit
a8adedbd40
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user