1.2.0 • Published 3 years ago

@felvct/eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ESLint Config felvct

felvcts' custom ESLint Config

Getting started

Installation

npm i -D [-E] @felvct/eslint-config

How to use

In your .eslintrc{.*}:

{
  "extends": "@felvct/eslint-config",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Run the linter: npx eslint --ext .ts . [--fix]