foryuki/component-template

View on GitHub

Showing 2 of 2 total issues

Function prompts has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  prompts () {
    return [
      {
        name: 'name',
        message: 'What is the name of the new project?',
Severity: Minor
Found in saofile.js - About 1 hr to fix

    Function exports has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = (baseConfig, env, defaultConfig) => {
      defaultConfig.module.rules.push({
        test: /\.(ts|tsx)$/,
        exclude: /node_modules/,
        use: [
    Severity: Minor
    Found in template/examples/.storybook/webpack.config.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language