Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using latest version of eslint causes issue with variable name rule #96

Open
joebochill opened this issue Jan 31, 2024 · 0 comments
Open
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering bug Something not working as expected

Comments

@joebochill
Copy link
Collaborator

Describe the bug / expected behavior

Latest version of ESLint expanded on the variable naming rule adding for greater customization of your conventions. However, our rule set doesn't cover the new case and so it throws an error on naming conventions of imported variables.

Suggested fix

Refer to the rule override we put in the react-native-workflows for what we need to add to our rule set here.

Anything else to add?

@joebochill joebochill added bug Something not working as expected needs-review Issues that we would like to revisit/review brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering and removed needs-review Issues that we would like to revisit/review labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering bug Something not working as expected
Development

No branches or pull requests

1 participant