Closed MartynovIvan closed 6 days ago
Title: Add ESLint Configuration and GitHub Actions Workflows
This update includes:
eslint.config.mjs
package.json
.github/workflows/webpack.yml
.gitignore
README.md
Pull Request Summary
Title: Add ESLint Configuration and GitHub Actions Workflows
This update includes:
eslint.config.mjs
for JavaScript, TypeScript, and React linting. Updatedpackage.json
with necessary ESLint dependencies..github/workflows/webpack.yml
to run ESLint and build the project using Webpack automatically..gitignore
to exclude build artifacts and IDE-specific files.README.md
with new instructions for running the server and building the project.