kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
54 lines
691 B
54 lines
691 B
11 years ago
|
{
|
||
10 years ago
|
"node": true,
|
||
10 years ago
|
"jquery": true,
|
||
10 years ago
|
"predef": [
|
||
|
"OpenProject",
|
||
|
|
||
|
"_",
|
||
|
|
||
|
"angular",
|
||
|
"inject",
|
||
|
"module",
|
||
|
|
||
|
"I18n",
|
||
|
"Hyperagent",
|
||
|
"gon",
|
||
|
|
||
10 years ago
|
"Ajax",
|
||
|
|
||
|
"context",
|
||
|
"expect",
|
||
|
"describe",
|
||
|
"xdescribe",
|
||
|
"it",
|
||
|
"xit",
|
||
|
"beforeEach",
|
||
|
"before",
|
||
|
"afterEach",
|
||
|
"after",
|
||
|
"sinon",
|
||
10 years ago
|
"Factory",
|
||
|
|
||
|
"browser",
|
||
|
"by"
|
||
10 years ago
|
],
|
||
|
|
||
10 years ago
|
"asi": false,
|
||
|
"bitwise": true,
|
||
|
"browser": true,
|
||
|
"camelcase": true,
|
||
|
"curly": true,
|
||
|
"forin": true,
|
||
|
"immed": true,
|
||
|
"latedef": "nofunc",
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"noempty": true,
|
||
|
"nonew": true,
|
||
10 years ago
|
"maxlen": 100,
|
||
10 years ago
|
"quotmark": true,
|
||
|
"sub": true,
|
||
|
"undef": true,
|
||
|
"unused": true
|
||
11 years ago
|
}
|