chore: fix eslint at monorepo level

This commit is contained in:
Karol Sójko
2023-05-05 11:22:16 +02:00
parent d7926dd9d1
commit c0e43a0cf0
3 changed files with 5 additions and 1 deletions

4
.pnp.cjs generated
View File

@@ -124,6 +124,7 @@ const RAW_RUNTIME_STATE =
["@types/jest", "npm:29.5.1"],\
["@types/newrelic", "npm:9.13.0"],\
["@types/node", "npm:18.11.9"],\
["eslint", "npm:8.39.0"],\
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\
["ini", "npm:3.0.0"],\
["newrelic", "npm:10.0.0"],\
@@ -4648,6 +4649,7 @@ const RAW_RUNTIME_STATE =
["@types/jest", "npm:29.5.1"],\
["@types/newrelic", "npm:9.13.0"],\
["@types/node", "npm:18.11.9"],\
["eslint", "npm:8.39.0"],\
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\
["ini", "npm:3.0.0"],\
["newrelic", "npm:10.0.0"],\
@@ -8285,7 +8287,7 @@ const RAW_RUNTIME_STATE =
"packageDependencies": [\
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.8.0"],\
["@types/eslint", null],\
["eslint", null]\
["eslint", "npm:8.39.0"]\
],\
"packagePeers": [\
"@types/eslint",\

View File

@@ -28,6 +28,7 @@
"@types/jest": "^29.5.1",
"@types/newrelic": "^9.13.0",
"@types/node": "^18.11.9",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"ini": "^3.0.0",
"npm-check-updates": "^16.0.1",

View File

@@ -3745,6 +3745,7 @@ __metadata:
"@types/jest": "npm:^29.5.1"
"@types/newrelic": "npm:^9.13.0"
"@types/node": "npm:^18.11.9"
eslint: "npm:^8.39.0"
eslint-config-prettier: "npm:^8.8.0"
ini: "npm:^3.0.0"
newrelic: "npm:^10.0.0"