Skip to content

Instantly share code, notes, and snippets.

@ea2305
Created May 3, 2018 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ea2305/024cbb6d684c14bfd6f310912cd7bde1 to your computer and use it in GitHub Desktop.
Save ea2305/024cbb6d684c14bfd6f310912cd7bde1 to your computer and use it in GitHub Desktop.
/**
* Access to user configuration: CMD + "," (MacOs)
* Add de follow keys
*/
{
"eslint.options": {
"configFile": "./.eslintrc.json"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment