1.3.1 • Published 1 year ago

eslint-config-flitto-typescript v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.0

4 years ago

0.1.0-test

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago