0.0.2 • Published 3 years ago
@cbommart/font-end-linter v0.0.2
Front End Linter
VERY EARLY DEVELOPMENT - ALSO USED TO TEST NPM FUNCTIONALITIES
Most common front-end linters config files ready to use out of the box.
Commands
To run these commands in your shell : npm run <command>
| Command | Description |
|---|---|
| test | Test the package. Alias of npm run lint |
| prepare | Configure husky and lint-staged |
| prettier:config | Run through all JS, TS, VUE, MD, SCSS and CSS files |
| prettier | Run npm run prettier:config with --check option |
| prettier:fix | Run npm run prettier:config with --fix option |
| eslint | Check all JS, TS and VUE files |
| eslint:fix | Run npm run eslint with --fix option |
| stylelint | Check all SCSS and CSS files |
| stylelint:fix | Run npm run stylelint with --fix option |
| lint" | Run all linters |
| lint:fix" | Run all linters with --fix option |