mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 23:25:14 +00:00
Rename config to settings in the playground (#1450)
This commit is contained in:
parent
118a93260a
commit
9f7350961e
4 changed files with 34 additions and 36 deletions
|
@ -7,8 +7,6 @@ import { MarkerSeverity, MarkerTag } from "monaco-editor";
|
|||
import { useCallback, useEffect } from "react";
|
||||
import { Check } from "../pkg";
|
||||
|
||||
export type Mode = "JSON" | "Python";
|
||||
|
||||
export default function SourceEditor({
|
||||
visible,
|
||||
source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue