Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a lint rule to disallow .ts files, enforce .tsx #75

Closed
kumar303 opened this issue Jan 29, 2019 · 1 comment · Fixed by #74
Closed

Add a lint rule to disallow .ts files, enforce .tsx #75

kumar303 opened this issue Jan 29, 2019 · 1 comment · Fixed by #74

Comments

@kumar303
Copy link
Contributor

We want to always create .tsx files, not .ts files. This reduces the mental burden of trying to figure out which file to create. This lint rule is important because our lint command in #74 will ignore .ts files.

@willdurand
Copy link
Member

willdurand commented Jan 30, 2019

Could be done with https://www.npmjs.com/package/eslint-plugin-filenames actually nope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants