This package has been deprecated

Author message:

This package is moved to '@clytage-pkg/eslint-config', please use new one instead.

@rahagia/eslint-config

1.0.1 • Public • Published

eslint-config

An ESLint shareable configuration that used in our projects.

NPM version

Install

npm install -D @rahagia/eslint-config

or with yarn

yarn add -D @rahagia/eslint-config

Usage

ESLint guide: link

Example:

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

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

Example (TS):

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

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

Note

Requires ESLint version 8.13.0 or above

TypeScript config requires:

Package Sidebar

Install

npm i @rahagia/eslint-config

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

22.8 kB

Total Files

9

Last publish

Collaborators

  • npm-support