grules

0.17.2 • Public • Published

A carefully curated subset of JavaScript that focuses on coherence and elegance.

grules.png

Installation

npm i grules

Usage

Create .eslintrc.json at the root of the project:

{
  "root": true,
  "env": { "node": true },
  "extends": ["plugin:grules/all"]
}

Add the following to package.json:

"scripts": {
  "lint": "eslint . && prettier --check .",
  "lint:fix": "eslint --fix . && prettier --write ."
}

/grules/

    Package Sidebar

    Install

    npm i grules

    Weekly Downloads

    50

    Version

    0.17.2

    License

    MIT

    Unpacked Size

    2.32 MB

    Total Files

    19

    Last publish

    Collaborators

    • gurgunday