0.0.2 • Published 2 years ago

@cbommart/font-end-linter v0.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

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>

CommandDescription
testTest the package. Alias of npm run lint
prepareConfigure husky and lint-staged
prettier:configRun through all JS, TS, VUE, MD, SCSS and CSS files
prettierRun npm run prettier:config with --check option
prettier:fixRun npm run prettier:config with --fix option
eslintCheck all JS, TS and VUE files
eslint:fixRun npm run eslint with --fix option
stylelintCheck all SCSS and CSS files
stylelint:fixRun npm run stylelint with --fix option
lint"Run all linters
lint:fix"Run all linters with --fix option