status-react/.eslintrc.js
Rahul Pratap c80992b6bf
Update prettier config for the project. (#16303)
* Update prettier config for the project.

* Add prettier to make lint-fix.
2023-06-19 19:09:12 +05:30

5 lines
74 B
JavaScript

module.exports = {
root: true,
extends: '@react-native-community',
};