1.0.0 • Published 6 months ago

@tokenterm/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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