An open API service indexing awesome lists of open source software.

https://github.com/linode/eslint-plugin-cloud-manager

Custom ESLint rules for Akamai's Cloud Manager
https://github.com/linode/eslint-plugin-cloud-manager

Last synced: 5 months ago
JSON representation

Custom ESLint rules for Akamai's Cloud Manager

Awesome Lists containing this project

README

          

# @linode/eslint-plugin-cloud-manager

This software is Copyright Akamai Technologies, Inc.

![npm](https://img.shields.io/npm/v/@linode/eslint-plugin-cloud-manager)

## 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.

```bash
npm install @linode/eslint-plugin-cloud-manager --save-dev
```

```bash
yarn add -D @linode/eslint-plugin-cloud-manager
```

```bash
bun add -D @linode/eslint-plugin-cloud-manager
```

```bash
pnpm add -D @linode/eslint-plugin-cloud-manager
```

and reload your eslint server.

## Development

This repo uses [Bun](https://bun.sh/) for package management and testing.

### Dependencies

```bash
bun install
```

### Testing

```bash
bun test
```