@vta/babel-preset
v1.0.6
Published
resolve user's babel config
Downloads
8
Readme
@vta/babel-preset
resolve user's babel config of vta. this package can get all registed plugin's babel config and user's config through resolveConfig.
Why
As of the babel-eslint v11.x.x release, babel-eslint now requires Babel as a peer dependency and expects a valid Babel configuration file to exist. This ensures that the same Babel configuration is used during both linting and compilation
Install
yarn add @vta/babel-preset --dev
Usage
// babel.config.js
module.exports = {
presets: ["@vta"],
};