Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 504 Bytes

File metadata and controls

29 lines (20 loc) · 504 Bytes

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