1.3.1 • Published 5 months ago

eslint-config-flitto-typescript v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

eslint-config-flitto-typescript

Flitto Typescript Style Guide

Get Started

1. Installing packages

npm@>=7

npm install --save-dev eslint-config-flitto-typescript@latest

(npm@<7 is not supported)

2. Create Eslint configuration file

Create .eslintrc.json file at the top of the project directory like below.

{
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "extends": "flitto-typescript",
  "rules": {
  }
}

Configuration On WebStorm

  1. Open Preferences ( + ,)
  2. Language & Frameworksjavascript CodeQuality toolsEslint
  3. Select Manual ESLint Configuration
    • ESLint package: /{project_path}/node_modules/eslint
    • Configuration file: /{project_path}/.eslintrc.json
  4. (Optional) check Run eslint --fix on save
  5. Click OK

Rules

Flags

1.3.1

5 months ago

1.3.0

10 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.0

3 years ago

0.1.0-test

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago