eslint: add warning when calling useLocalStorage to encourage use of useTemporarySettings instead
Created by: limitedmage
Adds a simple warning eslint rule when calling useLocalStorage
suggesting the use of useTemporarySettings
instead.
Test plan
Manually testing warning shows up on VS Code
App preview:
Check out the client app preview documentation to learn more.