Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 448 Bytes

File metadata and controls

16 lines (12 loc) · 448 Bytes
id title sidebar_label
plugins
Writing an ESLint Plugin in TypeScript
Writing an ESLint Plugin in TypeScript

TODO:

  • talk about how to setup the folder structure
  • talk about how to consume experimental-utils/type-utils to create an empty rule
  • talk about https://eslint.org/docs/developer-guide/selectors and how to use the strict types
  • talk about how to write tests

TODO: (advanced)

  • talk about how to use type information