eslint-config-r4ym3
v1.0.13
Published
personal eslint config
Downloads
19
Maintainers
Readme
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.