add SHOW_CONFIG_FOR to template [skip ci] (#13066)

This commit is contained in:
Henry Zhu 2021-03-28 23:32:52 -04:00 committed by GitHub
parent 06eb3b73cb
commit c38469d191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@ var your => (code) => here;
<!-- A clear and concise description of what you expected to happen (or code). --> <!-- A clear and concise description of what you expected to happen (or code). -->
**Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)** **Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)**
<!--- Tip: You can also run Babel with the environment variable SHOW_CONFIG_FOR=your_file_path to print all configs associated with a path-->
<!-- https://babeljs.io/docs/en/configuration#print-effective-configs for more information -->
- Filename: `babel.config.js` - Filename: `babel.config.js`
```js ```js