Skip to content

Instantly share code, notes, and snippets.

@atdt
Last active August 7, 2019 15:01
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 atdt/e71b8af45326eecfcfe9e027273feca2 to your computer and use it in GitHub Desktop.
Save atdt/e71b8af45326eecfcfe9e027273feca2 to your computer and use it in GitHub Desktop.
for code next
{
"name": "furry-garbanzo ",
"description": "blah blah blah",
"author": "atdt@google.com",
"version": "0.0.1",
"devDependencies": {
"jshint":"^2.10.0"
},
"scripts": {
"test": "jshint **/*.js"
},
"jshintConfig": {
"esversion": 6,
"browser": true,
"globals": {
"$":true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment