es-x/no-intl-listformat
disallow the
Intl.ListFormat
object
- ✅ The following configurations enable this rule: no-new-in-es2021-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, and restrict-to-es2020-intl-api
This rule reports ES2021 Intl API Intl.ListFormat
object as errors.
💡 Examples
⛔ Examples of incorrect code for this rule:
🔧 Options
This rule has an option.
jsonc
{
"rules": {
"es-x/no-intl-listformat": [
"error",
{
"allowTestedProperty": false
}
]
}
}
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 v6.0.0.