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
{{ message }}
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
This might be a more general Quasar extension bug. While testing this extension I got the error below because the file created by quasar ext add didn't conform to the eslint settings from quasar create. This error breaks the "magic" of automated code scaffolding tools.
This might be a more general Quasar extension bug. While testing this extension I got the error below because the file created by
quasar ext add
didn't conform to the eslint settings fromquasar create
. This error breaks the "magic" of automated code scaffolding tools.Some options might be:
/* eslint-disable */
a the top of files at extension creation w/ notes in the extension docs.The text was updated successfully, but these errors were encountered: