airbnb / javascript

JavaScript Style Guide
MIT License
144.66k stars 26.45k forks source link

Add support for TypeScript usage with typescript-eslint-parser #1919

Open kripod opened 6 years ago

kripod commented 6 years ago

Using typescript-eslint-parser, ESLint configurations can be enforced on TypeScript files.

Modifying .js,.jsx to .js,.jsx,.ts,.tsx in the following files would fix most of the issues with TypeScript integration:

ljharb commented 6 years ago

You can overwrite those yourself; at this time we’re not going to make that change here.