es-x/no-intl-segmenter 
disallow the
Intl.Segmenterobject
- ✅ The following configurations enable this rule: no-new-in-es2022-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, and restrict-to-es2021-intl-api
 
This rule reports ES2022 Intl API Intl.Segmenter object as errors.
💡 Examples 
⛔ Examples of incorrect code for this rule:
🔧 Options 
This rule has an option.
jsonc
{
  "rules": {
    "es-x/no-intl-segmenter": [
      "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.