Skip to content

Commit e99cb67

Browse files
davidrapingmasclet
andauthored
LKE-14817 Fix issue related to rest-client bump + deps cleanup (#30)
- workaround for relative url in rest-client - bump node to v24 - frontend: bump vite, superagent, boostrap - all: bump rest-client to v4.3.4 - fixing the lint:ci script --------- Co-authored-by: Guillaume Masclet <guillaume.masclet@linkurio.us>
1 parent 968a0a2 commit e99cb67

11 files changed

Lines changed: 779 additions & 909 deletions

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
dist/**
22
node_modules/**
33
public/**
4+
report/**
5+
tmp/**

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
'plugin:@typescript-eslint/eslint-recommended',
77
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
88
'plugin:@typescript-eslint/recommended-requiring-type-checking',
9-
'plugin:import/errors',
109
'plugin:import/warnings',
1110
'plugin:prettier/recommended' // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
1211
],

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
24.14.1

0 commit comments

Comments
 (0)