1.2.0 • Published 15 days ago

eslint-config-flitto-typescript v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
15 days 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.2.0

15 days ago

1.1.0

6 months ago

1.0.0

7 months ago

0.2.0

7 months ago

0.1.2

10 months ago

0.1.0

2 years ago

0.1.0-test

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago