eslint-config-halo-lab-typescript
v1.0.1
Published
TS-lint config that halo lab development team is using for ReactJS projects
Downloads
3
Readme
Eslint halo lab config TypeScript
Installation
npm install --save-dev eslint-config-halo-lab-typescript
Usage
In .eslintrc
:
{
"extends": [
"halo-lab-typescript"
]
}
And add your tsconfig.json
in .eslintrc
;
{
"parserOptions": {
"project": "tsconfig.json",
"tsconfigRootDir": "."
}
}
Status and contribution
The project is supported by Halo lab development team, we're not working on it regularly, but trying to invest in it when we have time between clients' project. Though, feel free to open issues and you're very welcome to contribute.