es-x/no-intl-locale-prototype-gettextinfo ​
disallow the
Intl.Locale.prototype.getTextInfomethod
- ✅ The following configurations enable this rule: no-intl-locale-info, no-new-in-es2026-intl-api, restrict-to-es-intl-api-1st-edition, restrict-to-es2015-intl-api, restrict-to-es2016-intl-api, restrict-to-es2017-intl-api, restrict-to-es2018-intl-api, restrict-to-es2019-intl-api, restrict-to-es2020-intl-api, restrict-to-es2021-intl-api, restrict-to-es2022-intl-api, restrict-to-es2023-intl-api, restrict-to-es2024-intl-api, and restrict-to-es2025-intl-api
This rule reports ES2026 Intl API Intl.Locale.prototype.getTextInfo method as errors.
💡 Examples ​
â›” Examples of incorrect code for this rule:
🔧 Options ​
This rule has an option.
jsonc
{
"rules": {
"es-x/no-intl-locale-prototype-gettextinfo": [
"error",
{
"aggressive": false,
"allowTestedProperty": false
}
]
}
}aggressive: boolean ​
Configure the aggressive mode for only this rule. This is prior to the settings['es-x'].aggressive setting.
allowTestedProperty: boolean ​
Configure the allowTestedProperty mode for only this rule. This is prior to the settings['es-x'].allowTestedProperty setting.
🚀 Version ​
This rule was introduced in v9.2.0.