artembatura / zero-scriptsjs

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

Add task for generating Babel config #666

Closed artembatura closed 3 years ago

artembatura commented 3 years ago

Some tools requires ESLint/Babel configurations to be exists in the project. For example, IDE will not show you ESLint warnings if your config is not exists. It's why we should add availability to generate this config by task.

run generate-babel-config

Also remove config sync for Babel configuration.

artembatura commented 3 years ago

Closed in #668