Skip to content

Move Babel and ESLint configuration into package.json after ejecting #766

Closed
@gaearon

Description

@gaearon

Update: claimed by @montogeek

Currently we emit .babelrc and .eslintrc after ejecting.
This is better than embedding them in Webpack config like before, but still not ideal.

I think we should embed Babel and ESLint configuration into package.json after ejecting.
We already do this for Jest.

Relevant settings in package.json are called babel and eslintConfig.

This issue is up for grabs. If you’d like to work on it please comment below so that multiple people don’t work on the same thing. Please respect it if somebody has already commented, and don’t try to submit a PR before them.

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

    Issue actions