1.0.0 • Published 2 years ago

@cyteliz/eslint-config v1.0.0

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

eslint-config

An ESLint shareable configuration that used in our projects.

Install

npm install -D @cyteliz/eslint-config

or with yarn

yarn add -D @cyteliz/eslint-config

Usage

ESLint guide: link

Example:

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

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

Example (TS):

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

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

Note

Requires ESLint version 8.13.0 or above

TypeScript config requires: