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

fix(vscode): Add eslint configuration to vs-code-designer and vs-code-react #4620

Merged
merged 3 commits into from Apr 16, 2024

Conversation

ccastrotrejo
Copy link
Contributor

This pull request primarily focuses on introducing ESLint configuration files and removing ESLint disable comments in the vs-code-designer and vs-code-react applications. The addition of the ESLint configurations will help to enforce code style and quality. The removal of the ESLint disable comments indicates that the code now adheres to the rules specified in the ESLint configurations.

  • Added ESLint configuration files for both applications, extending from the root configuration and specifying rules for different file types.

  • Added a lint script to the package.json to facilitate running ESLint on the codebase.

  • Removed ESLint disable comments, indicating that the code now adheres to the rules specified in the ESLint configurations.

@ccastrotrejo ccastrotrejo merged commit efe4e50 into main Apr 16, 2024
10 checks passed
@ccastrotrejo ccastrotrejo deleted the ccastrotrejo/eslintVSCode branch April 16, 2024 00:39
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.

None yet

2 participants