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

Commits on Jul 17, 2022

  1. *: format, refactor, and update

    - 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.
    VoltrexKeyva committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    04b52cc View commit details
    Browse the repository at this point in the history