Skip to content

token-terminal/eslint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Our eslint config. Use it with our prettier config.

Usage

Add the following to your package.json:

"prettier": "@token-terminal/prettier-config",
"eslintConfig": {
  "extends": "@token-terminal/eslint-config"
},
"devDependencies": {
  "eslint": "^7.12.1",
  "prettier": "^1.18.2",
  "@token-terminal/eslint-config": "https://github.com/token-terminal/eslint-config",
  "@token-terminal/prettier-config": "https://github.com/token-terminal/prettier-config"
}

Install the dependencies:

yarn install

Packages

No packages published

Languages

  • JavaScript 100.0%