Created
December 3, 2018 22:07
-
-
Save agcty/4f4c7ed67eaf41b307d32c032cbab08e to your computer and use it in GitHub Desktop.
Vue ESLint 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
"eslintConfig": { | |
"root": true, | |
"env": { | |
"node": true | |
}, | |
"extends": [ | |
"plugin:vue/recommended", | |
"eslint:recommended", | |
"plugin:prettier/recommended", | |
"prettier/vue" | |
], | |
"parserOptions": { | |
"parser": "babel-eslint" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment