artembatura / zero-scriptsjs

A modular approach to develop modern JavaScript projects with minimal configuration.
MIT License
6 stars 1 forks source link

Add config sync for Babel and ESLint plugins #657

Closed artembatura closed 3 years ago

artembatura commented 3 years ago

For example, Babel config sync - creates babel.config.json if not exists with recommended defaults or will use existing configuration. This feature allows to user to direct control around of Babel configuration and use this configuration by other tools (for example, ESLint)