mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-06-11 15:31:01 +00:00
use eslint auto fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { generateRandomString } from "../utils";
|
||||
import Context from "../context-detection";
|
||||
import { PrefixAndSuffix, PreProcessor } from "../types";
|
||||
import { PreProcessor, PrefixAndSuffix } from "../types";
|
||||
import { generateRandomString } from "../utils";
|
||||
|
||||
const DATA_VIEW_REGEX = /```dataview(js){0,1}(.|\n)*?```/gm;
|
||||
const UNIQUE_CURSOR = `${generateRandomString(16)}`;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import Context from "../context-detection";
|
||||
import { PrefixAndSuffix, PreProcessor } from "../types";
|
||||
import { PreProcessor, PrefixAndSuffix } from "../types";
|
||||
|
||||
class LengthLimiter implements PreProcessor {
|
||||
private readonly maxPrefixChars: number;
|
||||
|
||||
Reference in New Issue
Block a user