4.0.0 • Published 8 months ago

@plesk/eslint-config v4.0.0

Weekly downloads
164
License
Apache-2.0
Repository
github
Last release
8 months ago

Plesk ESLint Config

ESLint configuration for Plesk projects

NPM version NPM Downloads

Installation

npm install --save-dev eslint @plesk/eslint-config

Usage

Example of eslint.config.mjs:

import plesk from "@plesk/eslint-config";

export default [
    plesk,
    {
      // your overrides here
    }
]