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" ] }