Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 222 Bytes

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'],
};