pixiebrix-extension icon indicating copy to clipboard operation
pixiebrix-extension copied to clipboard

Add lint warnings for old naming conventions

Open grahamlangford opened this issue 2 years ago • 2 comments

Context

  • Add warnings for old naming conventions
  • Should allow for auto-fix (to encourage refactoring)
  • Needs to be a warning -- cannot change everything over without migrations and API changes
  • May be able to leverage the unicorn/prevent-abbreviations rule
  • Limiting to Extension instead of eslint-config-pixiebrix in order to reduce blast radius (we don't want to enforce this in App yet)

Likely safe changes

  • recipe and blueprint -> mod

Riskier changes

  • extensionPoint -> starterBrick
  • service -> integration

Potentially problematic

  • extension -> modComponent

grahamlangford avatar Aug 21 '23 20:08 grahamlangford