randytarampi/me

View on GitHub
babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage

File babel.config.js has 375 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

const path = require("path");
process.env.NODE_CONFIG_DIR = path.join(__dirname, "config");

const config = require("config");
const {isDevelopment} = require("./util");
Severity: Minor
Found in babel.config.js - About 5 hrs to fix

Function exports has 110 lines of code (exceeds 100 allowed). Consider refactoring.
Wontfix

module.exports = (api) => {
    let presets = [
        [
            "@babel/preset-env",
            {
Severity: Major
Found in babel.config.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status