1.2.1 • Published 2 years ago

@azusfin/eslint-config v1.2.1

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

eslint-config

An ESLint shareable config that I used in my projects ✔

Install

npm install -D @azusfin/eslint-config

or with yarn

yarn add -D @azusfin/eslint-config

Usage

ESLint guide: link

Example:

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

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

Example (TS):

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

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

Note

Requires ESLint version 8.13.0 or above

TypeScript config requires:

1.2.0

2 years ago

1.1.1

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago