2019.12.2-4.1 • Published 6 years ago
@inkatze/eslint-config v2019.12.2-4.1
ESLint X Typescript X Prettier Setup
Personal ESLint, typescript configuration with prettier.
Installing
- Install peer dependencies needed for the configuration:
npx install-peerdeps -D @inkatze/eslint-config
- Create a
.eslintrc.js
file in the project's root:
{
"extends": [
"@inkatze/eslint-config"
]
}