mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
import type { ESLint } from '@types/eslint';
|
|
|
|
export function createFrontendEslintConfig(path: string): ESLint.ConfigData;
|