Skip to content

Instantly share code, notes, and snippets.

@jeonghwan-kim
Created November 11, 2015 10:59
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 jeonghwan-kim/7be4d6bf7622fba126ab to your computer and use it in GitHub Desktop.
Save jeonghwan-kim/7be4d6bf7622fba126ab to your computer and use it in GitHub Desktop.
.jshinrc sample
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"jQuery": true,
"angular": true,
"console": true,
"$": true,
"_": true,
"moment": true,
"describe": true,
"beforeEach": true,
"module": true,
"inject": true,
"it": true,
"expect": true,
"browser": true,
"element": true,
"by": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment