3.1.1 • Published 4 months ago

@untile/eslint-config-typescript-react-native v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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
3.1.1

4 months ago

3.1.0

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago