UNPKG

remotion

Version:

Make videos programmatically

12 lines (9 loc) 211 B
import {remotionFlatConfig} from '@remotion/eslint-config-internal'; const config = remotionFlatConfig({react: true}); export default { ...config, rules: { ...config.rules, 'no-console': 'error', }, };