1.1.0 ⢠Published 9 years ago
start-standard-preset v1.1.0
start-standard-preset
š Standard Style preset for Start.
The same build tasks as start-start-preset but using
start-standard instead of eslint.
However, as standard is a derivative of eslint, an .eslintrc file can be used to further configure the rules applied.
Install
npm install --save-dev start-standard-preset
# or
yarn add --dev start-standard-presetUsage
See documentation and source tasks file for details.
Simple
// package.json
"scripts": {
"start": "start-runner --preset start-standard-preset"
}Available commands: same commands as start-start-preset.
Extend
Examples of extending a preset.