start-standard
🎏 Standard Style checker for Start
Install
npm install --save-dev start-standard# or yarn add --dev start-standard
Usage
;;;; const start = ; const lint = ;
This task relies on array of files and provides the same, see documentation for details.
Arguments
To use styles other than standard
, semistandard
or happiness
(such as standard-react
)
you will have to add the dependency yourself.
standard(style, options)
style
–'standard'
,'semistandard'
or'happiness'
.'standard'
by defaultoptions
– Standard Options