fb10bf4048
- added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
33 lines
511 B
Text
33 lines
511 B
Text
{
|
|
"camelcase": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": false,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"trailing": true,
|
|
"maxparams": 5,
|
|
"curly": true,
|
|
"jquery": true,
|
|
"maxlen": 120,
|
|
"indent": 4,
|
|
"browser": true,
|
|
"globals": {
|
|
"console": true,
|
|
"it": true,
|
|
"xit": true,
|
|
"expect": true,
|
|
"describe": true,
|
|
"beforeEach": true,
|
|
"afterEach": true,
|
|
"sinon": true,
|
|
"fakeServer": true,
|
|
"_": true,
|
|
"OC": true,
|
|
"OCA": true,
|
|
"t": true,
|
|
"n": true
|
|
}
|
|
}
|