eslint-config-m4tt72
v1.0.4
Published
ESLint and Prettier Config
Downloads
6
Maintainers
Readme
Custom ESLint Config
My personal config for ESLint and Prettier
Installation
- We need to install everything needed by the config:
npx install-peerdeps --dev eslint-config-m4tt72
You can see in your package.json there are now a big list of devDependencies.
Create a .eslintrc file in the root of your project's directory (it should live where package.json does). Your .eslintrc file should look like this:
{
"extends": [
"m4tt72"
]
}