Skip to content

Commit

Permalink
Fix no-literal-urls eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lupus2k committed Jun 20, 2024
1 parent 9969441 commit f2efeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mrsteele/dotenv-webpack#create-a-env-file>.

### Progression of Environments

Expand Down

0 comments on commit f2efeb7

Please sign in to comment.