fogx
fogx
NNuxt
Created by KM on 4/26/2024 in #❓・help
@nuxt/eslint & ESLint Flat File Config
how do i do that?
20 replies
NNuxt
Created by KM on 4/26/2024 in #❓・help
@nuxt/eslint & ESLint Flat File Config
anyone using the tseslint or vue plugins? can't get that to work...
20 replies
NNuxt
Created by KM on 4/26/2024 in #❓・help
@nuxt/eslint & ESLint Flat File Config
Have the same issue. Need some usable template to work with 😢 Particularly on how to import the plugins, like eslint:recommended, typescript-eslint/recommended and vue recommended/essentials Atleast for semi i can tell you: if you structure it like this itll work: 'semi': ['error', 'always'], And for eslint:recommended: import eslint from '@eslint/js'; ...eslint.configs.recommended, with a new way to install it according to typescript-eslint https://typescript-eslint.io/users/configs/
20 replies