mirror of
https://github.com/github/codeql-action.git
synced 2026-04-16 20:13:16 +00:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { Linter } from 'eslint';
|
|
|
|
declare const recommendedConfig: Linter.FlatConfig;
|
|
|
|
export = recommendedConfig;
|