add eslint script
platform/bro-js/bro.landing/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-08-14 11:25:20 +03:00
parent a4b2e9eab5
commit d246831f18
6 changed files with 332 additions and 47 deletions
+5 -2
View File
@@ -43,13 +43,16 @@
"redux": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"eslint": "8.57.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3"
"ts-jest": "^29.2.3",
"typescript-eslint": "^8.1.0"
}
}