Skip to content
Snippets Groups Projects
.jshintrc 131 B
Newer Older
hristoterezov's avatar
hristoterezov committed
{
  "node": true,

  "curly": true,
  "latedef": true,
  "quotmark": true,
  "undef": true,
  "unused": true,
  "trailing": true
}