From f2efeb7efbdfb84e60542f5a479bac51584d4122 Mon Sep 17 00:00:00 2001 From: LuPuS2k Date: Thu, 20 Jun 2024 19:10:23 -0300 Subject: [PATCH] Fix no-literal-urls eslint --- config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/README.md b/config/README.md index fdef74bf46633..376b63b18003a 100644 --- a/config/README.md +++ b/config/README.md @@ -29,7 +29,7 @@ You can search for feature flags by partial string or regular expression with th Run `yarn feature-search [search]` from the root calypso directory to see example searches. -You can also activate feature flags only in your development environment. To do this, create a `.env` file in the root folder of the cloned repository. Add the variable `ACTIVE_FEATURE_FLAGS`, and specify the feature flags you want to activate, as a string separated by commas. For more details of how to create the `.env` file, see https://github.com/mrsteele/dotenv-webpack#create-a-env-file. +You can also activate feature flags only in your development environment. To do this, create a `.env` file in the root folder of the cloned repository. Add the variable `ACTIVE_FEATURE_FLAGS`, and specify the feature flags you want to activate, as a string separated by commas. For more details of how to create the `.env` file, see . ### Progression of Environments