Skip to content

Instantly share code, notes, and snippets.

@NWRichmond
Last active November 25, 2019 19:41
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 NWRichmond/48b6e9fcfcdf9d112e97d4fbeebada3b to your computer and use it in GitHub Desktop.
Save NWRichmond/48b6e9fcfcdf9d112e97d4fbeebada3b to your computer and use it in GitHub Desktop.
VSCode Snippet for using nacelle-eslint-config in package.json
"Eslint config with `nacelle-eslint-config` for package.json": {
"prefix": "fmtncl",
"body": [
"\"eslintConfig\": {",
" \"extends\": [",
" \"@nacelle/nacelle\"",
" ]",
"}"
],
"description": "Enables the `nacelle-eslint-config` from package.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment