UNPKG

@generaltranslation/gt-next-lint

Version:

ESLint plugin for General Translation Next.js integration

19 lines 440 B
"use strict"; /** * Recommended ESLint configuration for GT-Next */ Object.defineProperty(exports, "__esModule", { value: true }); exports.recommended = void 0; exports.recommended = { plugins: ['gt-next'], rules: { 'gt-next/no-dynamic-jsx': true, 'gt-next/no-dynamic-string': true, }, settings: { react: { version: 'detect', }, }, }; //# sourceMappingURL=recommended.js.map