Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Make sure that nuxt.config.ts is also supported by default #34

Open
sobolevn opened this issue May 21, 2019 · 1 comment
Open

Make sure that nuxt.config.ts is also supported by default #34

sobolevn opened this issue May 21, 2019 · 1 comment
Labels
enhancement New feature or request hacktoberfest Good for newcomers typescript

Comments

@sobolevn
Copy link

I have noticed that nuxt.config.ts is not supported by https://github.com/nuxt/eslint-plugin-nuxt/blob/master/docs/rules/no-cjs-in-config.md

And this is sad. I understand that I can provide config name as an option: but people will forget about it 100% of the time.

We can change the configuration here: https://github.com/nuxt/eslint-plugin-nuxt/blob/master/lib/rules/no-cjs-in-config.js#L28

There might be different rules that do the same thing.

@manniL manniL added the enhancement New feature or request label May 21, 2019
@manniL manniL added hacktoberfest Good for newcomers typescript labels Oct 12, 2019
@clarkdo
Copy link
Member

clarkdo commented Nov 9, 2019

Since js and ts are different syntax parser for eslint, so I think we may need an extra plugin or module for ts eslint support.
/cc @kevinmarrec

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hacktoberfest Good for newcomers typescript
Projects
None yet
Development

No branches or pull requests

3 participants