1.1.0 • Published 8 years ago

start-standard-preset v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

start-standard-preset

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

šŸŽ 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-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.