1.2.7 • Published 3 years ago

eslint-config-tenryu v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Description

This is common shareable eslint config.

Dependency

You have to contain module as follows into your repository.

"eslint": "^8.0.0",
"prettier": "^2.0.0",
"react": "^17.0.0",
"typescript": "^4.0.0"
"jest": "^27.3.1"

How to use

install

yarn add --dev eslint-config-tenryu

into your eslint config, add extends keyword

{
  "extends": ["tenryu"],
}