Ghost/ghost/admin/tests/.jshintrc

59 lines
949 B
Plaintext
Raw Normal View History

2015-02-13 07:22:32 +03:00
{
"predef": [
"server",
"authenticateSession",
"invalidateSession",
"currentSession",
2015-02-13 07:22:32 +03:00
"document",
"window",
"location",
"setTimeout",
"$",
"-Promise",
"define",
"console",
"visit",
"exists",
"fillIn",
"click",
"keyEvent",
"triggerEvent",
"find",
"findWithAssert",
"wait",
"DS",
"andThen",
"currentURL",
"currentPath",
2015-02-18 23:29:30 +03:00
"currentRouteName",
"expect"
2015-02-13 07:22:32 +03:00
],
2015-02-18 23:29:30 +03:00
"mocha": true,
2015-02-13 07:22:32 +03:00
"node": false,
"browser": false,
"boss": true,
"curly": false,
"debug": false,
"devel": false,
"eqeqeq": true,
"evil": true,
2015-02-18 23:29:30 +03:00
"expr": true,
2015-02-13 07:22:32 +03:00
"forin": false,
"immed": false,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": false,
"eqnull": true,
"esnext": true
}