Skip to content

Commit

Permalink
Fixed lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Apr 6, 2024
1 parent 7828a44 commit 15cb5cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion babel.config.js
@@ -1,4 +1,8 @@
/** @type {import('@babel/core').ConfigFunction} */
/**
* Babel configuration function.
* @param {import('@babel/core').ConfigAPI} api - Configuration API reference.
* @returns {import('@babel/core').TransformOptions} Configuration options.
*/
const config = (api) => {
api.cache(false);
const presets = ['@babel/preset-env'];
Expand Down

0 comments on commit 15cb5cc

Please sign in to comment.