Skip to content

style: introduce eslint and prettier to the webview subproject

Tomas Vik requested to merge 215-introduce-eslint-prettier into main

This MR is preparing the webview subproject for further development by introducing eslint and prettier.

Up until this point, we haven't touched the webview and so the code wasn't automatically formatted. The webview component is responsible for showing "Overview" of an issue or an MR:

webview__extension_s______gitlab-vscode-extension_and_User_1_-_Anki

The MR doesn't change any production code logic except for a few places where it replaces == with ===.

Part of #215 (closed)

Merge request reports

Loading