Skip to content

Update .eslintrc.js to remove redundant TS parser and plugin #149

Closed
@wwdrew

Description

@wwdrew

Feature request

Setting the parser and plugin in the template's .eslintrc.js seems redundant as these are already configured in the react-native-community config for *.ts and *.tsx files. Is there a reason it's set this way or can they be removed?

Why it is needed

Trying to simplify the template configuration to make it more compatible with base settings.

Possible implementation

Remove the parser and plugins from .eslintrc.js

Code sample

module.exports = {
  root: true,
  extends: '@react-native-community'
}

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