Package detail

@moxy/eslint-config-react-native

moxystudio194MIT13.1.0

MOXY's ESLint configuration enhancer for React Native apps

eslint-config, eslintconfig, eslint, lint

readme

eslint-config-react-native

NPM version Downloads Dependency status Dev Dependency status

MOXY's ESLint configuration enhancer for React Native apps.

Installation

$ npm install --save-dev eslint @moxy/eslint-config-react-native

Usage

Create a .eslintrc.json file in the project root and extend @moxy/eslint-config-react-native.

This package should be used in conjunction with @moxy/eslint-config-base.

Example

{
    "root": true,
    "extends": [
        "@moxy/eslint-config-base/esm",
        "@moxy/eslint-config-react-native"
    ]
}

ℹ️ The environment is automatically set to react-native/react-native.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

13.1.0 (2021-07-13)

Features

  • allow noopener in rel when using target blank (#111) (6a26997)

13.0.3 (2020-09-05)

Note: Version bump only for package @moxy/eslint-config-react-native

13.0.2 (2020-09-05)

Note: Version bump only for package @moxy/eslint-config-react-native

13.0.0 (2020-08-07)

⚠ BREAKING CHANGES

  • all packages have now a peerDependency on eslint v7

Features

12.3.1 (2020-07-01)

Bug Fixes

  • disable rules that are cumbersome in tests (d374541)

12.3.0 (2020-07-01)

Features

  • add react native a11y enhancer (7734e2e)

12.2.0 (2020-06-25)

Features

  • add React Native enhancer (e2253e9)