We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getKeyName
This will enable the helper to properly resolve object key names that use variables like:
const FOO = 'some-property-name'; const obj = { [FOO] = 'hello world' }
https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/067e8aa35d916e97e5091be3cd21f09ff00d77ed/lib/utils.js#L396