Replies: 4 comments 1 reply
-
to make things weirder |
Beta Was this translation helpful? Give feedback.
-
Hi. Quick answer, you need to use something like |
Beta Was this translation helpful? Give feedback.
-
^--- this might be the cause of the problem adding ignores but if I use |
Beta Was this translation helpful? Give feedback.
-
https://github.com/poupe-ui/eslint-config/blob/pr-amery-next/src/config.ts <--- this branch illustrates how it's a single commit from the version using only unjsPreset(), without rule types for options added from plugins and ignore problems, and one using tseslint's config() to type my rules next to unjsPreset(), which works for |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to build my own eslint-config package on top of
eslint-config-unjs
initially by addingvue/recommended
andstylistic/recommended
, but I haven't figured out 4 things, and I would really appreciate any suggestions.RuleOptions
with definitions from the plugins I'm loadingplugins
declarations to be able to workwithNuxt()
and withoutignores: [ '**/dist' ]
doesn't do anything unless it's passed via theMainConfig
eslint-plugin-vue
?https://github.com/poupe-ui/eslint-config/blob/main/src/config.ts
Beta Was this translation helpful? Give feedback.
All reactions