2.2.12 • Published 1 year ago

@relab/eslint-config v2.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@relab/eslint-config

Shareable configuration for eslint

Usage

  1. Install packages eslint and @relab/eslint-config
npm install eslint --save-dev
npm install @relab/eslint-config --save-dev
  1. Update package.json

Node project:

{
  "scripts": {
    "lint": "eslint . --ext ts,tsx"
  },
  "eslintConfig": {
    "extends": "@relab/eslint-config/node"
  }
}

Next project:

{
  "scripts": {
    "lint": "eslint . --ext ts,tsx"
  },
  "eslintConfig": {
    "extends": "@relab/eslint-config/next"
  }
}

Available configurations

  • Node: @relab/eslint-config/node
  • Next: @relab/eslint-config/next

License

Released under MIT by Sergey Zwezdin.

2.2.5

1 year ago

2.2.11

1 year ago

2.2.7

1 year ago

2.2.12

1 year ago

2.2.6

1 year ago

2.2.9

1 year ago

2.2.10

1 year ago

2.2.8

1 year ago

2.2.3

2 years ago