react-native-toolbar-android / toolbar-android

MIT License
48 stars 37 forks source link

use prettier by default #5

Closed vonovak closed 1 year ago

vonovak commented 4 years ago

Summary

I removed "requirePragma": true from prettierrc because that option means prettier is not enabled unless explicitly turned on using the @format pragma.

in the future this means the pragma comments are not needed

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

Checklist

vonovak commented 4 years ago

not sure why CI is not passing, seems unrelated..?