1.0.5 • Published 7 months ago

@fi-nik/eslint-config-react-native-import-order v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

eslint-config-react-native-import-order

Eslint config used for customizing import order in react native projects

In order to use this config, eslnt needs to extend it like:

module.exports = { root: true, extends: ..., '@fi-nik/eslint-config-react-native-import-order', ... };