
To get started create a Nuxt App: yarn create nuxt-app nuxt-linting or npx create-nuxt-app nuxt-linting.


Again, the purpose of this article is to troubleshoot getting Nuxt.js, Linting, and Webstorm to play nicely together. The first time I created a Nuxtjs project and opened Webstorm and used the Reformat Code tool, my world turned red (36 errors). Webstorm in its default configuration, uses code formating based on Standard JS but can easily be configured to new standards. This article is about my troubleshooting getting Nuxt.js, linting, and Webstorm to play nicely together.

Recently I starting experimenting with Vue.js and Nuxt.js, partly out of curiosity and partly to learn a new framework, before I start a job search in a few months. Cover Photo by Raphael Schaller on Unsplash
