@felvct/eslint-config

1.2.0 • Public • Published

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]

Package Sidebar

Install

npm i @felvct/eslint-config

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

5.86 kB

Total Files

4

Last publish

Collaborators

  • felvct