chore: Resolve eslint errors

This commit is contained in:
Sidharth Vinod
2024-06-29 16:09:50 +05:30
parent 3f2e823330
commit 4a50feb5d9
30 changed files with 92 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
import { readFile } from 'node:fs/promises';
import { transformJison } from '../.build/jisonTransformer.js';
import { Plugin } from 'esbuild';
import type { Plugin } from 'esbuild';
export const jisonPlugin: Plugin = {
name: 'jison',