From 879fbdc11e3ceef6994682989f5eb4b8fb6e4630 Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Thu, 11 Apr 2019 22:14:45 +1000 Subject: [PATCH] feat: rename .babelrc.js to babel.config.js (#107) This is in line with what Babel recommends in documentation --- .babelrc.js => babel.config.js | 0 templates/{.babelrc.js.template => babel.config.js.template} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .babelrc.js => babel.config.js (100%) rename templates/{.babelrc.js.template => babel.config.js.template} (100%) diff --git a/.babelrc.js b/babel.config.js similarity index 100% rename from .babelrc.js rename to babel.config.js diff --git a/templates/.babelrc.js.template b/templates/babel.config.js.template similarity index 100% rename from templates/.babelrc.js.template rename to templates/babel.config.js.template