@npm-questionpro/eslint-config-backend

1.0.7 • Public • Published

eslint-config-backend

This package provides a shared ESLint configuration for QuestionPro backend projects.

Installation

To install the package, run:

npm install --save-dev eslint @npm-questionpro/eslint-config-backend

Usage

In your ESLint configuration file (e.g., .eslintrc.json), extend the shared configuration:

{
    "extends": "eslint-config-backend"
}

Custom Rules

You can override specific rules in your ESLint configuration file:

{
    "extends": "eslint-config-backend",
    "rules": {
        "no-console": "off"
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @npm-questionpro/eslint-config-backend

Weekly Downloads

29

Version

1.0.7

License

ISC

Unpacked Size

8.05 kB

Total Files

7

Last publish

Collaborators

  • questionpro-npm