Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESLint configuration and update .gitignore file #114

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

hichemfantar
Copy link

@hichemfantar hichemfantar commented Oct 7, 2024

This pull request includes two commits. The first commit adds an ESLint configuration file (.eslintrc.cjs) to the repository with recommended ESLint rules for TypeScript and React projects. The second commit updates the .gitignore file to exclude additional directories and files such as logs, editor directories, and build artifacts. These changes improve the code quality and ensure that unnecessary files are not included in the repository.

image

hichemfantar and others added 7 commits October 7, 2024 18:38
Add .eslintrc.cjs file to the repository with recommended ESLint rules for TypeScript and React projects.
Update .gitignore file to exclude additional directories and files such as logs, editor directories, and build artifacts.
Update .eslintrc.cjs to include additional rules:
- @typescript-eslint/no-unused-vars: warn
- @typescript-eslint/no-explicit-any: warn
- prefer-const: warn

Add .vscode/extensions.json file to recommend the vscode-eslint extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant