Skip to content

v0.5.3

Compare
Choose a tag to compare
@aMarCruz aMarCruz released this 01 May 20:10
· 3 commits to main since this release

[0.5.3] - 2021-05-01

Changed

  • In the overrides block of the .eslintrc.json generated by quits-eslint-init:
    • Add "./*.js" to include JS files in the root.
    • Add "rollup.config.js,scripts/**.**/*.ts" to enable ES6 import/export directives.
    • Separate "bin/**/*" to enable node/no-unpublished-require as error.
  • Move "confusing-browser-globals" from dependencies to devDependencies.
  • Include files in the root and "bin" folders in the test.
  • Update Readme.

Removed