You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current output for running eslint on the frontend directory.
cmd: npx eslint . --ext .js,.vue
✖ 379 problems (139 errors, 240 warnings)
0 errors and 238 warnings potentially fixable with the `--fix` option.
This task would involve configuring eslint to work with nuxt and prettier. I found two packages that should do the job nuxt-eslint-config, eslint-config-prettier.
After that we still have to go thru the reduced set of warnings and error. For example attribute-hyphenation should be ignored.
warning Attribute 'contentPosition' must be hyphenated vue/attribute-hyphenation
Contribution
Happy to help someone or i work on this myself eventually 😄
The text was updated successfully, but these errors were encountered:
Terms
Description
The current output for running eslint on the frontend directory.
cmd:
npx eslint . --ext .js,.vue
✖ 379 problems (139 errors, 240 warnings) 0 errors and 238 warnings potentially fixable with the `--fix` option.
This task would involve configuring
eslint
to work withnuxt
andprettier
. I found two packages that should do the job nuxt-eslint-config, eslint-config-prettier.After that we still have to go thru the reduced set of warnings and error. For example attribute-hyphenation should be ignored.
warning Attribute 'contentPosition' must be hyphenated vue/attribute-hyphenation
Contribution
Happy to help someone or i work on this myself eventually 😄
The text was updated successfully, but these errors were encountered: