1.0.8 • Published 4 years ago

eslint-config-tercek v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Eslint Config Tercek

An ESLint config built to fit my personal preference.

Installation

Install the config using your favorite package manager:

$ yarn add -D eslint-config-tercek
$ npm i --save-dev eslint-config-tercek

Then just add whichever configs you want to the extends section of your eslint config:

{
  "extends": [
    "tercek",
    "tercek/react"
  ]
}

Configs

tercek

Rules for vanilla javascript and importing

tercek/react

Rules for react and react hooks

tercek/jest

Rules for jest, jest-dom, and testing-library

tercek/typescript

Rules for typescript projects