This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@clytage-pkg/eslint-config

2.0.0 • Public • Published

eslint-config

An ESLint shareable configuration that we used for our projects.

NPM version

Install

npm install -D @clytage-pkg/eslint-config

or with Yarn

yarn add -D @clytage-pkg/eslint-config

Usage

Click here for more details about ESLint guide.

Example:

{
    "extends": "@clytage-pkg/eslint-config"
}

or "@clytage-pkg/eslint-config/node" if you're on Node environment.

Example (TypeScript):

{
    "extends": "@clytage-pkg/eslint-config/typescript",
    "parserOptions": {
      "project": "./tsconfig.json"
    },
    "ignorePatterns": [
      "dist/**",
      "node_modules/**"
    ]
}

or "@clytage-pkg/eslint-config/typescript/node" if you're on Node environment.

Note

This package is requires ESLint version 8.38.0 or above.

TypeScript config requires:

Package Sidebar

Install

npm i @clytage-pkg/eslint-config

Weekly Downloads

926

Version

2.0.0

License

BSD-3-Clause

Unpacked Size

25.9 kB

Total Files

9

Last publish

Collaborators

  • npm-support