[#421] added eslint check to CI (#534)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-10 10:41:37 +01:00
committed by GitHub
parent 8a6ec8fc39
commit d6e464afad
116 changed files with 1232 additions and 801 deletions
+5 -3
View File
@@ -41,7 +41,8 @@
"build": "rsbuild build",
"preview": "rsbuild preview",
"test": "jest",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"jest-preview": "jest-preview"
},
"browserslist": {
@@ -83,7 +84,7 @@
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.2.1",
"eslint-plugin-jest": "^29.13.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
@@ -95,6 +96,7 @@
"prettier": "^3.6.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"typescript-eslint": "^8.54.0"
}
}