Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jscs-preset-loris

ymaps42MIT1.2.0

JSCS preset for Loris coding style.

jscs, preset, jscs-preset

readme

jscs-preset-loris

JSCS preset for Loris code style.

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:

{
    "preset": "loris"
}

Running tests

npm install
npm test

changelog