We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d93159 commit 7d45a98Copy full SHA for 7d45a98
packages/eslint-plugin-svelte/tools/lib/load-rules.ts
@@ -1,7 +1,6 @@
1
import path from 'path';
2
import fs from 'fs';
3
import type { RuleModule } from '../../src/types.js';
4
-import util from 'util';
5
6
const rulesLibRootURL = new URL('../../src/rules/', import.meta.url);
7
0 commit comments