@mitigate-dev/eslint-config-react-native

0.0.12 • Public • Published

⚙️ ESLint Config

ESLint config to be used in React Native projects at Mitigate - based on TypeScript, Jest, Prettier and the community standards.

🏗️ Installation and usage

Run yarn add --dev eslint@8.57.0 @mitigate-dev/eslint-config-react-native within the root of your React Native project and update .eslintrc.js to extend this config as follows:

module.exports = {
  ...
  extends: ['@react-native', '@mitigate-dev']
  ...
}

❗ Important

Currently uses ESlint v8. TODO: Migrate to v9 (see https://eslint.org/docs/latest/use/configure/migration-guide).

/@mitigate-dev/eslint-config-react-native/

    Package Sidebar

    Install

    npm i @mitigate-dev/eslint-config-react-native

    Weekly Downloads

    137

    Version

    0.0.12

    License

    MIT

    Unpacked Size

    4.14 kB

    Total Files

    3

    Last publish

    Collaborators

    • janisievins
    • ebeigarts