grules

0.23.3 • Public • Published

grules img.shields.io/bundlephobia/minzip/grules

nonbreakingrules is a carefully curated subset of JavaScript that focuses on harmony.

It will not prevent you from writing code that is fast, but it will guide you to write code that is coherent and elegant.

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.23.3
    13
    • latest

Version History

Package Sidebar

Install

npm i grules

Weekly Downloads

75

Version

0.23.3

License

MIT

Unpacked Size

22.2 kB

Total Files

17

Last publish

Collaborators

  • gurgunday