Skip to content

gurgunday/grules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published