mattermost-community/focalboard
GitHub で見るWebapp Linter Fixes - fix linter warnings for file `theme.ts`
Open
#1,361 opened on 2021年9月28日
HacktoberfestHelp WantedUp for grabs
Repository metrics
- Stars
- (26,187 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.