UNPKG

standard-flow

Version:

JavaScript Standard Style (with Flow types)

44 lines (29 loc) 1.39 kB
# standard-flow [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [travis-image]: https://travis-ci.org/Gozala/standard-flow.svg?branch=master [travis-url]: https://travis-ci.org/Gozala/standard-flow [npm-image]: https://img.shields.io/npm/v/standard-flow.svg [npm-url]: https://npmjs.org/package/standard-flow [downloads-image]: https://img.shields.io/npm/dm/standard-flow.svg [downloads-url]: https://npmjs.org/package/standard-flow The extra rules come from [eslint-config-standard-flow](https://github.com/Gozala/eslint-config-standard-flow). ## Install ```bash npm install standard-flow ``` ## Rules See [Rules](http://standardjs.com/rules) ## Usage See [Usage](http://standardjs.com/#usage). ## Badge Use this in one of your projects? Include one of these badges in your readme to let people know that your code is using the standard style. [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com) ```markdown [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com) ``` [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) ```markdown [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) ```