UNPKG

@generaltranslation/gt-next-lint

Version:

ESLint plugin for General Translation Next.js integration

17 lines (16 loc) 428 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/configs/recommended.ts /** * Recommended ESLint configuration for GT-Next */ const recommended = { plugins: ["gt-next"], rules: { "gt-next/no-dynamic-jsx": true, "gt-next/no-dynamic-string": true }, settings: { react: { version: "detect" } } }; //#endregion exports.recommended = recommended; //# sourceMappingURL=recommended.js.map