Skip to content

Conversation

clicktodev
Copy link

@clicktodev clicktodev 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

clicktodev 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.
@clicktodev clicktodev marked this pull request as draft April 9, 2025 00:47
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