OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/.jshintrc

55 lines
720 B

{
"node": true,
"jquery": true,
"predef": [
"OpenProject",
"_",
"moment",
"angular",
"inject",
"module",
"I18n",
"Hyperagent",
"gon",
"Ajax",
"context",
"expect",
"element",
"describe",
"xdescribe",
"it",
"xit",
"beforeEach",
"before",
"afterEach",
"after",
"sinon",
"Factory",
"browser",
"by"
],
"asi": false,
"bitwise": true,
"browser": true,
"camelcase": true,
"curly": true,
"forin": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"maxlen": 100,
"quotmark": true,
"sub": true,
"undef": true,
"unused": true
}