Lint+
This commit is contained in:
parent
51ffaa4a90
commit
9b996ff353
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
/* What we really want eventually */
|
||||
// "plugin:@typescript-eslint/strict-type-checked",
|
||||
"plugin:@typescript-eslint/strict-type-checked",
|
||||
// "plugin:@typescript-eslint/stylistic-type-checked",
|
||||
],
|
||||
plugins: ["@typescript-eslint"],
|
||||
|
|
2
desktop/src/thirdparty/clip-bpe-ts/mod.ts
vendored
2
desktop/src/thirdparty/clip-bpe-ts/mod.ts
vendored
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable */
|
||||
|
||||
import * as htmlEntities from "html-entities";
|
||||
import bpeVocabData from "./bpe_simple_vocab_16e6";
|
||||
// import ftfy from "https://deno.land/x/ftfy_pyodide@v0.1.1/mod.js";
|
||||
|
|
Loading…
Reference in a new issue