Skip to content

adevnadia/custom-eslint-in-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom eslint rules in typescript monorepo

An example of how to run eslint rules written in typescript within normal eslint check.

There is an example of custom eslint rule in packages that is written in typescript. It enforces that all variables should have the same "bla" name :)

Install dependencies and run eslint to see it in action.

yarn install

yarn lint

About

Example of how to write custom eslint rules in typescript monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published