1.0.0 • Published 3 years ago
@uspect/eslint-config-react-native v1.0.0
@uspect/eslint-config-react-native
ESlint plugin includes Uspect rules for React Native app applications.
Designed to use with @uspect/eslint-config.
Usage
Install from npm or yarn
npm i --save-dev @uspect/eslint-config @uspect/eslint-config-react-native
yarn add @uspect/eslint-config @uspect/eslint-config-react-native -DThen, need to include necessary configurations sets to .eslintrc. Wee need to choose base configuration, and any
necessary additional configs.
{
"extends": ["@uspect/eslint-config/app", "@uspect/eslint-config-react-native"]
}Internal used plugins
eslint-plugin-react-native- common react native lint ruleseslint-plugin-react-native-globals- react native additional rules
1.0.0
3 years ago