Last active
December 8, 2019 05:02
-
-
Save gemcave/5c7f2c6e47d561c0011179819f9ea18a to your computer and use it in GitHub Desktop.
Disable esling in vue-cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
lintOnSave: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment