@ist-group/eslint-config-react-native
v2.0.0
Published
Eslint config for React Native projects
Downloads
92
Readme
@ist-group/eslint-config-react-native
ESLint config for React Native projects.
Installation
yarn add -D eslint typescript @ist-group/eslint-config-react-nativeThen spread the config in your ESLint flat config file.
// eslint.config.js
const reactNativeConfig = require("@ist-group/eslint-config-react-native");
module.exports = [
...reactNativeConfig,
];