https://github.com/owncloud/core
Raw File
Tip revision: 701d69f571c3c9a0b177499a7ed86d36a40d2979 authored by Piotr Mrowczynski on 06 April 2020, 22:07:33 UTC
Poll of fed shares should invalidate etag to trigger change discovery on clients
Tip revision: 701d69f
.jshintrc
{
	"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,
	"laxbreak": 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
	}
}
back to top