ruff-standard

Ruff Coding Standard

Usage no npm install needed!

<script type="module">
  import ruffStandard from 'https://cdn.skypack.dev/ruff-standard';
</script>

README

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"
}