Eslint+prettier init

This commit is contained in:
grinikita
2025-04-26 11:15:19 +03:00
parent 9550031481
commit 859ed6c331
12 changed files with 3658 additions and 308 deletions
+9 -1
View File
@@ -17,13 +17,21 @@
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"html-webpack-plugin": "^5.6.3",
"prettier": "3.5.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2"
"typescript": "^5.8.2",
"typescript-eslint": "^8.31.0"
}
}