Using latest version of eslint causes issue with variable name rule #96
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
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?
The text was updated successfully, but these errors were encountered: