jscs-preset-loris
Version:
JSCS preset for Loris coding style.
30 lines (20 loc) • 504 B
Markdown
# jscs-preset-loris
[JSCS](http://jscs.info/) preset for [Loris code style](https://github.com/ymaps/codestyle).
**Note:** this preset called `yandex` and was part of `jscs v1.x` and `jscs v2.x`. Version `1.x` of
`jscs-preset-loris` is backward compatible with `yandex` preset of `jscs v2.x`.
## Installation
```
npm install --save-dev jscs jscs-preset-loris
```
## Usage
Include preset in your `.jscsrc` file:
```json
{
"preset": "loris"
}
```
## Running tests
```
npm install
npm test
```