mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-06 22:43:34 +02:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { ESLint } from 'eslint';
|
|
|
|
declare const eslintPluginPrettier: ESLint.Plugin;
|
|
|
|
export = eslintPluginPrettier;
|