Skip to content

felvct/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published