Created
October 26, 2019 02:00
-
-
Save zhuifeng1017/bea2dd38d317b8eefda3a1b510019dae to your computer and use it in GitHub Desktop.
vue初学者配置console no-mixed-spaces-and-tabs
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
"rules": { | |
"no-console": "off", | |
"no-mixed-spaces-and-tabs": 0 | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment