get-image-colors icon indicating copy to clipboard operation
get-image-colors copied to clipboard

*: format, refactor, and update

Open VoltrexKeyva opened this issue 2 years ago • 0 comments

  • 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 avatar May 09 '22 21:05 VoltrexKeyva