Created
September 30, 2019 01:54
-
-
Save sgobotta/2e12c8afba42a980482b59c83803775e to your computer and use it in GitHub Desktop.
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
{ | |
"root": true, | |
"env": { | |
"node": true, | |
"es6": true | |
}, | |
"parser": "vue-eslint-parser", | |
"parserOptions": { | |
"ecmaVersion": 6, | |
"sourceType": "module" | |
}, | |
"env": { | |
"node": true | |
}, | |
"extends": [ | |
"plugin:vue/essential", | |
"eslint:recommended", | |
"@vue/prettier" | |
], | |
"parserOptions": { | |
"parser": "babel-eslint" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment