3.0.0 • Published 1 year ago

@plesk/eslint-config v3.0.0

Weekly downloads
164
License
Apache-2.0
Repository
github
Last release
1 year ago

Plesk ESLint Config

ESLint configuration for Plesk projects

NPM version NPM Downloads

Installation

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

Usage

Put into your .eslintrc.json

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