loading-screen
loading-screen copied to clipboard
Disable error for Eslint
When i get some errors from eslint, loading sreen does not load page and show me message.
"An error occured, please look at Nuxt.js terminal."
But it hiding immidiatly.
From events i get - "allDone: true, hasErrors: true"
How can i disable "hasErrors" for eslint? I think it error for using class hide only by allDone property (:class="{ hide: allDone }")