2.4.7 • Published 1 year ago

@fab1o0107/eslint-config v2.4.7

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

eslint-config

An ESLint shareable config that I used in my projects ✔

Install

npm install -D @fab1o0107/eslint-config
yarn add -D @fab1o0107/eslint-config

Usage

ESLint guide: link

Example

{
    "extends": "@fab1o0107/eslint-config"
}

or "@fab1o0107/eslint-config/node" for Node environment

Example (TS)

{
    "extends": "@fab1o0107/eslint-config/typescript"
}

or "@fab1o0107/eslint-config/typescript/node" for Node environment

Note

Requires ESLint version 8.38 or newer

TypeScript config requires:

2.4.7

1 year ago

2.4.6

1 year ago

2.4.5

1 year ago

2.4.4

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.4.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.3.0

2 years ago

2.4.0

2 years ago

2.0.0

2 years ago