Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
7 stars 2 forks source link

Rename constants in UPPER_SNAKE_CASE #68

Closed Eskibear closed 3 months ago

Eskibear commented 4 months ago

Previously, some constants are copied directly from .NET provider, thus have UpperCamelCase, which looks like a type/class. This PR renames constants with UPPER_SNAKE_CASE for convention and consistency. The changes include: