grules

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

Readme

Keywords

none

Package Sidebar

Install

npm i grules

Weekly Downloads

161

Version

0.16.2

License

MIT

Unpacked Size

2.32 MB

Total Files

19

Last publish

Collaborators

  • gurgunday