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 CSpell #25

Merged
merged 12 commits into from
Oct 22, 2023
Merged

Add CSpell #25

merged 12 commits into from
Oct 22, 2023

Conversation

dEdmishka
Copy link
Contributor

added gitattributes file

added cspell:

  • cspell now in project!
  • project-words.txt is dictionary for new words
  • cspell.json is config file for cspell
  • npm run cspell used for general analysis of words of src folder
  • npm run cspell:check checks for typo and suggest replacement for user
  • npm run cspell:apply add words to dictionary
  • cspell also work in pre-commit!

Copy link
Member

@firehawk89 firehawk89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dEdmishka dEdmishka changed the title task_cspell Add CSpell Oct 18, 2023
dependabot bot and others added 5 commits October 18, 2023 12:54
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.3.1 to 5.4.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pino](https://github.com/pinojs/pino) from 8.15.1 to 8.16.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.15.1...v8.16.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Demian Parkhomenko <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.3 to 20.8.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Demian Parkhomenko <[email protected]>
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.3.1 to 5.4.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.2.0 to 10.2.3.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.2.0...v10.2.3)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Demian Parkhomenko <[email protected]>
Copy link
Member

@DemianParkhomenko DemianParkhomenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase and fix several comments
Good job!

good-job-2

.lintstagedrc.js Outdated Show resolved Hide resolved
.lintstagedrc.js Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
prisma/README.md Outdated Show resolved Hide resolved
Copy link
Contributor Author

@dEdmishka dEdmishka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review is finished

@DemianParkhomenko DemianParkhomenko removed the request for review from masalovd October 22, 2023 18:05
@DemianParkhomenko DemianParkhomenko merged commit 8730760 into main Oct 22, 2023
4 checks passed
@DemianParkhomenko DemianParkhomenko deleted the task_cspell branch October 22, 2023 18:17
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.

3 participants