mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
import type { ESLint } from '@types/eslint';
|
|
|
|
export function createFrontendEslintConfig(path: string): ESLint.ConfigData;
|