Skip to content

Running ESLint #136

Closed
Closed
@kevinastone

Description

@kevinastone

Similar to #124, what's the expected way to run eslint? Should there be a npm run lint?

I got it to run with the included config, but I can't imagine most users would find this:

./node_modules/react-scripts/node_modules/.bin/eslint -c ./node_modules/react-scripts/config/eslint.js src

Activity

mxstbr

mxstbr commented on Jul 23, 2016

@mxstbr
Contributor

eslint is ran with the eslint-loader, i.e. you'll get errors and warnings in your console while npm start is running.

For further discussions about moving this out for IDE support etc. see #124!

added a commit that references this issue on Jun 6, 2018

Merge pull request facebook#136 from Jorer/fix-jest-snapshot-css-modules

a376a94
locked and limited conversation to collaborators on Jan 23, 2019
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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kevinastone@mxstbr

        Issue actions

          Running ESLint · Issue #136 · facebook/create-react-app