create-lestin
Version:
Creates a new project with Lestin
12 lines (10 loc) • 325 B
JavaScript
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