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

*: format, refactor, and update #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VoltrexKeyva
Copy link

@VoltrexKeyva VoltrexKeyva commented May 9, 2022

  • Change code style from StandardJS to Prettier-like style.
  • Format all the code.
  • Use ESLint for linting JavaScript code.
  • Add package-lock.json file to .gitignore.
  • Refactor code and tests.
  • Add format NPM script to format code (npm run format).
  • Update dependencies to their latest version.
  • Rename readme.md to README.md to assert convention consistency.

BREAKING:

  • Drop support for Node.js v10 and v12.
  • Move to pure ESM.

@VoltrexKeyva VoltrexKeyva force-pushed the update-everything branch 2 times, most recently from 7666b12 to 4378387 Compare June 4, 2022 19:06
@VoltrexKeyva VoltrexKeyva force-pushed the update-everything branch 3 times, most recently from f4b0eed to cbf9a56 Compare June 6, 2022 23:06
@VoltrexKeyva VoltrexKeyva force-pushed the update-everything branch 3 times, most recently from 44c3734 to 3733895 Compare June 18, 2022 12:10
- Change code style from [StandardJS](https://standardjs.com/) to [Prettier](https://prettier.io/)-like style.
- Format all the code.
- Use [ESLint](https://eslint.org/) for linting JavaScript code.
- Add `package-lock.json` file to `.gitignore`.
- Refactor code and tests.
- Add `format` NPM script to format code (`npm run format`).
- Update dependencies to their latest version.
- Rename `readme.md` to `README.md` to assert convention consistency.

BREAKING:
- Drop support for Node.js v10 and v12.
- Move to pure ESM.
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