americanexpress / eslint-config-amex

✨ This is American Express' eslint config
Apache License 2.0
40 stars 13 forks source link

feat(unicorn): upgrade eslint-plugin-unicorn from 23.0.0 to 36.0.0 #88

Closed code-forger closed 3 years ago

code-forger commented 3 years ago

This PR upgrades eslint-plugin-unicorn. This version brings config options that use inclusive language.

This required a minor upgrade to eslint.

Please make sure that the PR fulfills these requirements

Motivation and Context

Repositories that consume this eslint config, and wish to override 'unicorn/prevent-abbreviations' need to use non-inclusive language in their config. This change brings in a version of the unicorn package where they reworded all their config options to only use inclusive language.

Types of changes