mattermost-community/focalboard

Webapp Linter Fixes - fix linter warnings for file `theme.ts`

Open

#1,361 opened on Sep 28, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (2,542 forks)user submission
HacktoberfestHelp WantedUp for grabs

Repository metrics

Stars
 (26,187 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

fix linter warnings for file webapp/src/theme.ts

* Run `npx eslint --ext .tsx,.ts .` in the webapp folder to see them

This contains only a single warning for no-explicit-any warnings. But this fix may take some mana. As the "Theme" object that needs used is actually in the mattermost-plugin. So it will need moved to the webapp project, which already contains a different "Theme" object.

Contributor guide