Personal ESLint, typescript configuration with prettier.
- Install peer dependencies needed for the configuration:
npx install-peerdeps -D @inkatze/eslint-config- Create a
.eslintrc.jsfile in the project's root:
{
"extends": [
"@inkatze/eslint-config"
]
}