Skip to content

An ESLint shareable configuration that used in Zhycorp's projects

License

Notifications You must be signed in to change notification settings

Mednoob-Private-Repos/eslint-config

Repository files navigation

eslint-config

An ESLint shareable configuration that used in Zhycorp's projects ✔

NPM version

Install

npm install -D @zhycorp/eslint-config

or with yarn

yarn add -D @zhycorp/eslint-config

Usage

Click here to see ESLint guide

Example:

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

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

Example (TS):

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

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

Note

Requires ESLint version 8.0.0 or above

TypeScript config requires:

About

An ESLint shareable configuration that used in Zhycorp's projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published