mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4aae3f3fcd
commit
87834d6c04
@ -14,21 +14,20 @@ Each guide or code sample includes the following:
|
|||||||
|
|
||||||
## Guides
|
## Guides
|
||||||
|
|
||||||
| Guide | APIs |
|
| Guide | APIs |
|
||||||
| ------------------------------------------------------------------ | ---------------------- |
|
| --------------------------------------------------------------- | ---------------------- |
|
||||||
| [Generate new extension project](generator.md) | |
|
| [Generate new extension project](generator.md) | |
|
||||||
| [Main process extension](main-extension.md) | Main.LensExtension |
|
| [Main process extension](main-extension.md) | Main.LensExtension |
|
||||||
| [Renderer process extension](renderer-extension.md) | Renderer.LensExtension |
|
| [Renderer process extension](renderer-extension.md) | Renderer.LensExtension |
|
||||||
| [Resource stack (cluster feature)](resource-stack.md) | |
|
| [Resource stack (cluster feature)](resource-stack.md) | |
|
||||||
| [Extending KubernetesCluster)](extending-kubernetes-cluster.md) | |
|
| [Extending KubernetesCluster)](extending-kubernetes-cluster.md) | |
|
||||||
| [Stores](stores.md) | |
|
| [Stores](stores.md) | |
|
||||||
| [Components](components.md) | |
|
| [Components](components.md) | |
|
||||||
| [KubeObjectListLayout](kube-object-list-layout.md) | |
|
| [KubeObjectListLayout](kube-object-list-layout.md) | |
|
||||||
| [Working with mobx](working-with-mobx.md) | |
|
| [Working with mobx](working-with-mobx.md) | |
|
||||||
| [Protocol Handlers](protocol-handlers.md) | |
|
| [Protocol Handlers](protocol-handlers.md) | |
|
||||||
| [Sending Data between main and renderer](ipc.md) | |
|
| [Sending Data between main and renderer](ipc.md) | |
|
||||||
| [Catalog Entities and Categories](catalog.md) | |
|
| [Catalog Entities and Categories](catalog.md) | |
|
||||||
| [Adding Custom Columns for Categories](custom-category-columns.md) | |
|
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
import "./markdown-viewer.scss";
|
import "./markdown-viewer.scss";
|
||||||
|
|
||||||
import React, { Component } from "react";
|
import React, { Component } from "react";
|
||||||
import marked from "marked";
|
import { marked } from "marked";
|
||||||
import DOMPurify from "dompurify";
|
import DOMPurify from "dompurify";
|
||||||
import { cssNames } from "../../utils";
|
import { cssNames } from "../../utils";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user