unicorn needs prettier semantic version number
With the version number introduced in e31cab76 I get the following error after starting the containers with docker compose up
:
ERROR Cannot start nuxt: Failed to load plugin 'unicorn' declared in '.eslintrc » @nuxtjs/eslint-config-typescript » @nuxtjs/eslint-config': Invalid version: "0.3"
After changing the version number to "0.3.0" the error disappears.
@jan.schweikert how does your container behave in this respect?