AlloyTeam / eslint-config-alloy

Progressive ESLint config for your React/Vue/TypeScript projects
https://alloyteam.github.io/eslint-config-alloy/
2.65k stars 317 forks source link

Alloy-typescript #232

Closed BahaTanvir closed 2 years ago

BahaTanvir commented 2 years ago

React native typescript doesn't seem to work with Alloy-typescript configuration.

xcatliu commented 2 years ago

Hi Baha, thanks for report the issue, but you provided too little information for me to debug.

Please provide your eslintrc, the error message or the steps to reproduce this issue, or a reproducible github repo could be most helpful.

Thanks!

BahaTanvir commented 2 years ago

Thank you for your response, https://github.com/B-Tanvir/nft-react-native

xcatliu commented 2 years ago

I tried this repo and eslint works correctlly.

BTW, it's recommended to install eslint in devDependencies

image