0.0.1 • Published 1 year ago

eslint-plugin-demo-typescript v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Writing a custom ESLint plugin with TypeScript code

This repo is based on the "Writing a custom ESLint plugin with Typescript" Medium article written by Adam Thompson .

Why this repo?

I was expecting to find a link to a repo with the full code explained in Adam's article but I could not find it.

It will be a quick way to browse the full code on its own and possibly to enhance it by fixing issues.

Getting started

Install

pnpm i

Build

pnpm build

Test

pnpm test

NB: In order to use, the RuleTester from @typescript-eslint/rule-tester, we must:

Docs (Not working yet)

npx eslint-doc-generator --init-rule-docs

npx eslint-doc-generator