Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 387 Bytes

File metadata and controls

12 lines (8 loc) · 387 Bytes

Getting Started - 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