@untile/eslint-config-typescript-react-native

3.1.1 • Public • Published



@untile/eslint-config-typescript-react-native

Untile-flavored ESLint react-native config. Extends `@untile/eslint-config-typescript-react`.

NPM version Untile js-config is released under the MIT license. Follow @untiledigital

Requirements

  • Node.js >= 20
  • ESLint >= 9
  • TypeScript >= 4.9.0

Installation

With npm:

npm install eslint @untile/eslint-config-typescript-react-native --save-dev

Or using yarn:

yarn add eslint @untile/eslint-config-typescript-react-native -D

Setup

Create an eslint.config.js file with the following:

const eslintUntileConfigTypescriptReactNative = require('@untile/eslint-config-typescript-react-native');

module.exports = eslintUntileConfigTypescriptReactNative;

Usage

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

yarn lint

Package Sidebar

Install

npm i @untile/eslint-config-typescript-react-native

Weekly Downloads

12

Version

3.1.1

License

MIT

Unpacked Size

11.7 kB

Total Files

11

Last publish

Collaborators

  • untile