1.1.1 • Published 4 years ago

lint-saved v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Lint Saved

This package will watch files in a node project, and run commands against files when they are saved.

Install it with npm i lint-saved -g, then run it next to your package.json with lint-saved.

It'll use the config from lint-staged, and run the appropriate commands against changed files.

Development

You can link the library in the global npm cache ( for this version of npm ) with npm link, then run lint-saved in a directory with a package.json.

NOTE please ensure you enable the git hooks by running npm run setup-git-hooks!

Continuous Integration

The CI actions can be tested with act like this

act -j test
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago