eslint-config-hardcore icon indicating copy to clipboard operation
eslint-config-hardcore copied to clipboard

Fix Nuxt 3 (non-TS) support

Open alexkramer98 opened this issue 1 year ago • 0 comments

Currently, the example for Vue 3 and Nuxt 3 is the same. However, Nuxt 3 does not (by default) have an src folder. Also, importing from #imports is not recognized by Eslint for Nuxt 3 without Typescript.

I will try to find out if it is necessary to even have this work (since most, if not all(?)) imports are automagically done by Nuxt 3.

The README.md should at least be updated to not point to src for Nuxt 3.

alexkramer98 avatar Aug 01 '22 14:08 alexkramer98