Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 326 Bytes

NPM Package

Ruff Coding Standard

Install

npm install ruff-standard --save-dev

Usage

Create .eslintrc with following content.

{
    "extends": "./node_modules/ruff-standard/eslint-<type>.json"
}