forked from public/fvtt-cthulhu-eternal
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { ESLint } from 'eslint';
|
|
|
|
declare const eslintPluginPrettier: ESLint.Plugin;
|
|
|
|
export = eslintPluginPrettier;
|