Skip to content

Conversation

bjacobgordon
Copy link
Collaborator

@bjacobgordon bjacobgordon commented May 22, 2025

  • enforces separation of exports from their declarations
  • enforces placement at the end of files

This has two effects:

  • Less keywords surrounding class decorations:
    • after: default export class ... extends ... implements {}
    • before: class ... extends ... implements {}
  • Easier to see defaults relate to non-defaults since they're all at the bottom of each file

@bjacobgordon bjacobgordon self-assigned this May 22, 2025
@bjacobgordon bjacobgordon changed the title linter: helps minimize diffs by enforcing separation of exports from their declarations linter: helps minimize diffs by regulating exports May 22, 2025
@bjacobgordon bjacobgordon merged commit b6f24ff into nod-ai:integration May 22, 2025
4 checks passed
@bjacobgordon bjacobgordon deleted the linter--helps-minimize-diffs branch May 22, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant