0.1.2 • Published 4 years ago

@sumerian/eslint-config v0.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

@sumerian/eslint-config

ESLint config by Sumerian for Sumerians

Installation

npm i --D eslint @sumerian/eslint-config

This package only contains rules. It doesn't modify env, parserOptions, etc. We recommend adding the following .eslintrc.json in your project root:

{
  "env": {
    "browser": true,
    "node": true,
    "es2020": true
  },
  "extends": [
    "eslint:recommended",
    "@sumerian"
  ],
  "parserOptions": {
    "ecmaVersion": 11,
    "sourceType": "module"
  }
}

Rules worth reviewing

eslint:recommended rules turned off

Ignored rules

The developer who configured our current ESLint version didn't know what this rules mean or didn't have a strong opinion. Ignored rules included in eslint:recommended aren't overwritten, so they're still available.

Other observations

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago