start-standard-preset

Start preset for Start with Standard Style


Keywords
start, start-preset
License
MIT
Install
npm install start-standard-preset@1.1.0

Documentation

start-standard-preset

npm linux build windows build deps Standard - JavaScript Style Guide Commitizen friendly semantic-release

🎏 Standard Style preset for Start.

The same build tasks as start-start-preset but using start-standard instead of start-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-preset

Usage

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.