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

Latest commit

 

History

History

jscs-preset-loris

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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