This commit is contained in:
Manav Rathi 2024-04-30 16:03:52 +05:30
parent 51ffaa4a90
commit 9b996ff353
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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"],

View file

@ -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";