UNPKG

create-lestin

Version:
12 lines (10 loc) 325 B
import { defineFlatConfig } from "eslint-define-config"; // import perfectionist from "eslint-plugin-perfectionist"; import MovahhediConfig from "@movahhedi/eslint-config"; //#region eslint config export default defineFlatConfig([ ...MovahhediConfig({ tsconfig: "./tsconfig.eslint.json", }), ]); //#endregion