IMG-LOGO

How to turn off eslint in your Vue.js app?

andy - 23 Feb, 2018 26788 Views 0 Comment

To turn off the eslint feature in your Vue.js app is pretty simple. What you need to do is to go to the root folder and look for the config folder in your Vue.js project. There will be a file named index.js under and look for the wording useEslint option.

Simple modify the value from true to false. This will turn off the eslint feature. Note: you have to re-run your project again in order for this to take effect.

At the beginning on creating your project via CLI mode, you will be asked whether you want to include the eslint feature. You can opt out this option if you think you are not going to use this.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Articles