Created
September 27, 2018 18:49
-
-
Save eddyerburgh/492a9698924307036953aa9ed392a9be to your computer and use it in GitHub Desktop.
Eslint prettier and standard config
This file contains hidden or 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
{ | |
"root": true, | |
"extends": [ | |
"plugin:vue/recommended", | |
"standard", | |
"prettier", | |
"prettier/standard" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment