https://github.com/piotrwitek/react-redux-typescript-guide#tslintjson
- TSLint airbnb style guide:
https://github.com/excelmicro/typescript
- TSLint React rules:
https://github.com/palantir/tslint-react
- Manually add missing airbnb ESLint rules for TSLint:
https://github.com/buzinas/tslint-eslint-rules
Resulting tslint.json: https://gist.github.com/piotrwitek/b2030dd9b2cbc6a9396c6e508a3ee67b
(still experimental but looks best for the future)
https://github.com/eslint/typescript-eslint-parser
- load plugins: eslint-config-airbnb and eslint-plugin-react
https://github.com/airbnb/javascript
https://github.com/yannickcr/eslint-plugin-react
Just curious, have you tried typescript-eslint-parser yet? It definitely didn't work for me.