{
	"plugins": [],

	"extends": [],

	"env": {
		"browser": true,
		"amd": true,
		"jquery": true
	},

	"globals": {
		"sap": true,
		"Q": true,
		"$": true,
		"URI": true
	},

	"rules": {
		"@sap/webide-feature/valid-json-files": "error",
		"@sap/webide-feature/package-json-exists": "error",
		"@sap/webide-feature/feature-name-valid": "error",
		"@sap/webide-feature/feature-description-valid": "warn",
		"@sap/webide-feature/feature-version-valid": "error",
		"@sap/webide-feature/no-private-methods": "error",
		"@sap/webide-feature/bundled-uris-valid": "error",
		"@sap/webide-feature/no-unused-required-services": "warn",
		"@sap/webide-feature/no-private-apis": "warn",
		"@sap/webide-feature/homepage-url-valid": "warn",
		"@sap/webide-feature/feature-author-valid": "warn",
		"@sap/webide-feature/webide-dependencies-consistent": "error",
		"@sap/webide-feature/consistent-ids": "error",
		"@sap/webide-feature/no-deprecated-fields": "warn",
		"@sap/webide-feature/no-optional-features": "error",
		"@sap/webide-feature/plugin-name-valid": "error",
		"@sap/webide-feature/plugin-provides-valid": "error"
	}
}
