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

Update eslint rules, remove unused import and bump dependencies versions #129

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

akhromets
Copy link
Contributor

@akhromets akhromets commented Oct 25, 2023

#128

In this commit:

  1. ESLint rules were updated to recognize the "node" environment in .eslintrc.
  2. An unused import was removed from src/swagger/getOpenAPISpec.ts.
  3. Project's package.json was updated to ignore common system/IDE files.
  4. The version number was updated in package.json and package-lock.json as dependencies versions were updated.
  5. The tsconfig.json is updated, adding "dom" to the "lib" property.
  6. package-lock.json was auto-updated due to change in package.json.
  7. Several dependencies were updated to newer versions in package.json and adjusted in package-lock.json.

These changes keep the project up to date and improve developer experience by preventing ESLint errors in Node.js code and excluding system-specific files.

In this commit:
1. ESLint rules were updated to recognize the "node" environment in `.eslintrc`.
2. An unused import was removed from `src/swagger/getOpenAPISpec.ts`.
3. Project's `package.json` was updated to ignore common system/IDE files.
4. The version number was updated in `package.json` and `package-lock.json` as dependencies versions were updated.
5. The `tsconfig.json` is updated, adding "dom" to the "lib" property.
6. `package-lock.json` was auto-updated due to change in `package.json`.
7. Several dependencies were updated to newer versions in `package.json` and adjusted in `package-lock.json`.

These changes keep the project up to date and improve developer experience by preventing ESLint errors in Node.js code and excluding system-specific files.
@aleshchev aleshchev merged commit 0968fe6 into Luxoft:master Oct 26, 2023
1 check passed
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.

2 participants