Change ESLint rules, lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -862,13 +862,13 @@ export const getFeatures = createSelector([
|
||||
/** Fediverse backend */
|
||||
interface Backend {
|
||||
/** Build name, if this software is a fork */
|
||||
build: string | null,
|
||||
build: string | null
|
||||
/** Name of the software */
|
||||
software: string | null,
|
||||
software: string | null
|
||||
/** API version number */
|
||||
version: string,
|
||||
version: string
|
||||
/** Mastodon API version this backend is compatible with */
|
||||
compatVersion: string,
|
||||
compatVersion: string
|
||||
}
|
||||
|
||||
/** Get information about the software from its version string */
|
||||
|
||||
Reference in New Issue
Block a user