2.2.7 β€’ Published 3 months ago

eslint-config-react-native-typescript v2.2.7

Weekly downloads
324
License
MIT
Repository
github
Last release
3 months ago

πŸ•΅οΈ eslint-config-react-native-typescript

ESLint configuration for React Native projects written in TypeScript.

⭐ Features

πŸ”© Installation

yarn add eslint-config-react-native-typescript

Extend the config in your .eslintrc file.

{
  "extends": "react-native-typescript"
}

πŸ‘ΌπŸ» Does this work with vanilla JavaScript?

Yes! (Except the TypeScript stuff of course)

πŸ§™ Configuration

Simply override any rule by assigning new rules in your .eslintrc file.

{
  "extends": "react-native-typescript",
  "rules": {
    "no-console": 2
  }
}

🧢 Dependencies

Your project needs ESLint and TypeScript installed for this config to work correctly.

yarn add typescript eslint

πŸ“œ License

MIT

2.2.7

3 months ago

2.2.6

3 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago