8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
import eslintConfigPrettier from "./index.js";
|
|
|
|
declare const eslintConfigPrettierFlat: typeof eslintConfigPrettier & {
|
|
name: "config-prettier";
|
|
};
|
|
|
|
export = eslintConfigPrettierFlat;
|