|
|
|
@ -3,8 +3,6 @@
|
|
|
|
languageIds:
|
|
|
|
languageIds:
|
|
|
|
- javascript
|
|
|
|
- javascript
|
|
|
|
- typescript
|
|
|
|
- typescript
|
|
|
|
- javascriptreact
|
|
|
|
|
|
|
|
- typescriptreact
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# An array of RegExes to find the key usage. **The key should be captured in the first match group**.
|
|
|
|
# An array of RegExes to find the key usage. **The key should be captured in the first match group**.
|
|
|
|
# You should unescape RegEx strings in order to fit in the YAML file
|
|
|
|
# You should unescape RegEx strings in order to fit in the YAML file
|
|
|
|
@ -24,10 +22,8 @@ scopeRangeRegex: "useTranslation\\(\\s*\\[?\\s*['\"`](.*?)['\"`]"
|
|
|
|
|
|
|
|
|
|
|
|
# An array of strings containing refactor templates.
|
|
|
|
# An array of strings containing refactor templates.
|
|
|
|
# The "$1" will be replaced by the keypath specified.
|
|
|
|
# The "$1" will be replaced by the keypath specified.
|
|
|
|
# Optional: uncomment the following two lines to use
|
|
|
|
refactorTemplates:
|
|
|
|
|
|
|
|
- t("$1")
|
|
|
|
# refactorTemplates:
|
|
|
|
|
|
|
|
# - i18n.get("$1")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If set to true, only enables this custom framework (will disable all built-in frameworks)
|
|
|
|
# If set to true, only enables this custom framework (will disable all built-in frameworks)
|
|
|
|
|