eslint-config-r4ym3

1.0.13 • Public • Published

Personal eslint config

Installation and Usage

npm i -D eslint-config-r4ym3

Update your .eslintrc.json

{
  "extends": [
    "eslint-config-r4ym3",
    "eslint-config-r4ym3/configs/typescript",
    "eslint-config-r4ym3/configs/jest",
    "eslint-config-r4ym3/configs/next",
    "eslint-config-r4ym3/configs/prettier"
  ]
}

Mind the order of defining configs, put next and prettier last.

Notes:

  • eslint-config-r4ym3 will load base config.
  • Only load configs which you require.
  • Either use react or next config, they conflict when both used.

Package Sidebar

Install

npm i eslint-config-r4ym3

Weekly Downloads

2

Version

1.0.13

License

ISC

Unpacked Size

3.89 kB

Total Files

10

Last publish

Collaborators

  • r4ym3