0.2.0 • Published 5 years ago
eslint-config-almeida-ts v0.2.0
eslint-config-almeida-ts
Strict ESLint config that I use for TypeScript.
Instalation
yarn add eslint eslint-config-almeida-ts -DOr if you're using npm:
npm i eslint eslint-config-almeida-ts --save-devConfiguration
Create a .eslintrc.json file on the root directory your project with:
{
"extends": "almeida-ts",
"parserOptions": {
"project": "./path/to/tsconfig.json"
}
}