etn-ccis / blui-react-native

This monorepo includes all the Brightlayer UI's react native resources
1 stars 2 forks source link

Added linting scripts for showcase #93

Closed shubham-eaton closed 2 months ago

shubham-eaton commented 2 months ago

Changes proposed in this Pull Request:

To Test:

ArshdeepSingh3-eaton commented 2 months ago

still getting lint errors while running yarn showcase-lint

shubham-eaton commented 2 months ago

still getting lint errors while running yarn showcase-lint

yarn showcase-lint will only show what are current lint errors. yarn showcase-lint:fix will fix the errors but it is limited to fixing only errors which is fixable by the lint independently.

shubham-eaton commented 2 months ago

Fixed linting errors manually

jeffvg commented 2 months ago

looks good

ArshdeepSingh3-eaton commented 2 months ago

shubham also add prettier scripts

shubham-eaton commented 2 months ago

shubham also add prettier scripts

Added prettier scripts