Joachim Van Herwegen 6248ed0938 refactor: Replace linting configurations
The previous package was outdated, preventing us from updating TS.
This one also lints YAML and JSON,
and applies many more rules to the test files,
explaining all the changes in this PR.
2023-11-02 09:49:17 +01:00

52 lines
1.6 KiB
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Enable creating email/password combinations as a login mechanism."
},
{
"@id": "urn:solid-server:default:ControlHandler",
"@type": "ControlHandler",
"controls": [
{
"ControlHandler:_controls_key": "password",
"ControlHandler:_controls_value": {
"comment": "All controls associated with the password login method.",
"@id": "urn:solid-server:default:PasswordControlHandler",
"@type": "ControlHandler",
"controls": []
}
}
]
},
{
"comment": "Adds a link to the login page of this auth method to the list that contains all options",
"@id": "urn:solid-server:default:LoginHandler",
"@type": "ControlHandler",
"controls": [
{
"ControlHandler:_controls_key": "Email/password combination",
"ControlHandler:_controls_value": { "@id": "urn:solid-server:default:LoginPasswordRoute" }
}
]
},
{
"@id": "urn:solid-server:default:HtmlControlHandler",
"@type": "ControlHandler",
"controls": [
{
"ControlHandler:_controls_key": "password",
"ControlHandler:_controls_value": {
"comment": "Contains the controls linking to all HTML pages related to password authentication.",
"@id": "urn:solid-server:default:PasswordHtmlControlHandler",
"@type": "ControlHandler",
"controls": []
}
}
]
}
]
}