1.0.0 • Published 6 months ago

eslint-config-ts-kamisama v1.0.0

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

eslint-config-ts-kamisama

'tslint' configuration by style guide IF.Kamisama.
Contains different framework and library lint configurations and also a global lint which can be used by any JavaScript project.

Getting started

Installation

Peer dependencies

  • eslint
  • @babel/core
  • @typescript-eslint/parser
  npm install --save-dev eslint-config-ts-kamisama

Usage

Config .eslintrc

  {
    "parser": "@typescript-eslint/parser",
      "extends": [
        "eslint-config-ts-kamisama"
      ],
      "settings": {
      "import/resolver": {
        "babel-module": {}
      }
    }
  }
1.0.0

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago