patrickkempff / eslint-config-tuil

An ESLint Shareable Config for Javascript, TypeScript with Standard, Jest and React support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔥 ESLint TypeScript Config Tuil

An ESLint shareable config for TypeScript that has TypeScript with Prettier, Standard, Jest and React best practises. Used in react-native-template-tuil.

Usage

yarn add eslint-config-tuil --dev

Here is an example .eslintrc.json:

{
  "extends": ["tuil/recommended"],
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
      "project": "./tsconfig.json"
  },
  "settings": {
    "react": {
        "version": "detect"
    }
  },
}

About

An ESLint Shareable Config for Javascript, TypeScript with Standard, Jest and React support.


Languages

Language:JavaScript 100.0%