eslint-config-react-native-bk
v0.1.0
Published
More opinionated version of `@react-native-community/eslint-config`, focusing on TypeScript!
Downloads
2
Readme
eslint-config-react-native-bk
More opinionated version of @react-native-community/eslint-config
focusing on TypeScript!
Usage
module.exports = {
root: true,
extends: ['react-native-bk'],
};