UNPKG

@remotion/player

Version:

React component for embedding a Remotion preview into your app

24 lines (21 loc) 419 B
import {remotionFlatConfig} from '@remotion/eslint-config-internal'; const config = remotionFlatConfig({react: true}); export default { ...config, rules: { ...config.rules, 'no-console': 'error', '@typescript-eslint/no-restricted-imports': [ 'error', { paths: [ { name: 'zod', message: 'Can only import zod as a type', allowTypeImports: true, }, ], }, ], }, };