1.0.0 • Published 3 years ago
@sealdon/imagemin-lint-staged v1.0.0
imagemin-lint-staged
imagemin CLI designed for lint-staged usage with sensible defaults
Installation
npm i --save-dev imagemin-lint-stagedUsage
Use in conjuntion with lint-staged. In your package.json
  "lint-staged": {
    "*.{png,jpeg,jpg,gif,svg}": ["imagemin-lint-staged", "git add"]
  },Options
N/A
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
1.0.0
3 years ago