Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 775 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 775 Bytes

@linode/eslint-plugin-cloud-manager

This software is Copyright Akamai Technologies, Inc.

npm

Description

Custom ESLint rules for Akamai's Cloud Manager. Enforces specific styling guidelines related to the Manager's coding guidelines and best practices.

Installation

You can install this package using yarn, npm, bun, or pnpm.

npm install @linode/eslint-plugin-cloud-manager --save-dev
yarn add -D @linode/eslint-plugin-cloud-manager
bun add -D @linode/eslint-plugin-cloud-manager
pnpm add -D @linode/eslint-plugin-cloud-manager

and reload your eslint server.

Development

bun install

Testing

bun run test