1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/.jshintrc

37 lines
584 B
Plaintext
Raw Normal View History

{
2015-02-13 05:22:32 +01:00
"predef": [
"server",
2015-02-13 05:22:32 +01:00
"document",
"window",
"-Promise",
2015-02-19 00:47:55 +01:00
"-Notification",
2015-02-13 05:22:32 +01:00
"validator",
"moment"
2015-02-13 05:22:32 +01:00
],
"browser": true,
"boss": true,
"curly": true,
"debug": false,
"devel": true,
"eqeqeq": true,
"evil": true,
"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,
"esversion": 6,
2015-02-13 05:22:32 +01:00
"unused": true
}