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
- Host: GitHub
- URL: https://github.com/linode/eslint-plugin-cloud-manager
- Owner: linode
- License: other
- Created: 2023-10-31T13:35:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T14:52:57.000Z (about 1 year ago)
- Last Synced: 2025-10-05T06:41:32.892Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @linode/eslint-plugin-cloud-manager
This software is Copyright Akamai Technologies, Inc.

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