Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Auto Linting Issue #591

Description

@moiz-frost

Adding the following snippet in confFactory.js is causing errors in index.js

          ifDev({
            test: /\.(js|jsx)$/,
            exclude: /node_modules/,
            enforce: 'pre',
            use : {
              loader: 'eslint-loader',
              options: {
                fix: true
              }
            }
          }
        )),

Errors:

You may need an appropriate loader to handle this file type.
// component app with a browser based version of react router.
const app = (

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions