Logo white

Administrator / new_rukzachok-1

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • new_rukzachok-1
  • node_modules
  • bower
  • lib
  • node_modules
  • run-async
  • .jshintrc
  • generator ignore
    2dda2e10
    Administrator authored
    2016-12-14 13:00:13 +0200  
    Browse Code ยป
.jshintrc 354 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "node": true,
  "esnext": true,
  "bitwise": false,
  "curly": false,
  "eqeqeq": true,
  "eqnull": true,
  "immed": true,
  "latedef": false,
  "newcap": true,
  "noarg": true,
  "undef": true,
  "strict": true,
  "trailing": true,
  "smarttabs": true,
  "indent": 2,
  "quotmark": "single",
  "scripturl": true,
  "globals": [ "describe", "it" ]
}