https://github.com/cloudflightio/cloudflight-eslint-plugin
Contains multiple ESLint plugins & configs to enforce rules for clean code across Cloudflight projects.
https://github.com/cloudflightio/cloudflight-eslint-plugin
Last synced: 26 days ago
JSON representation
Contains multiple ESLint plugins & configs to enforce rules for clean code across Cloudflight projects.
- Host: GitHub
- URL: https://github.com/cloudflightio/cloudflight-eslint-plugin
- Owner: cloudflightio
- License: apache-2.0
- Created: 2022-07-13T11:09:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T12:20:47.000Z (30 days ago)
- Last Synced: 2026-01-16T18:16:59.904Z (29 days ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleancode ESLint Plugin
[](https://opensource.org/licenses/Apache-2.0)

[](https://www.npmjs.com/package/@cloudflight/eslint-plugin-typescript)
[](https://www.npmjs.com/package/@cloudflight/eslint-plugin-angular)
[](https://www.npmjs.com/package/@cloudflight/eslint-plugin-vue)
[](https://www.npmjs.com/package/@cloudflight/eslint-plugin-react)
[](https://www.npmjs.com/package/@cloudflight/eslint-plugin-node)
This repository contains multiple ESLint plugins & configs to enforce rules for clean code across Cloudflight projects.
## Installation
Please refer to the README's of each plugin to get started:
- [@cloudflight/eslint-plugin-angular](packages/eslint-plugin-angular/README.md)
- [@cloudflight/eslint-plugin-typescript](packages/eslint-plugin-typescript/README.md)
- [@cloudflight/eslint-plugin-vue](packages/eslint-plugin-vue/README.md)
- [@cloudflight/eslint-plugin-react](packages/eslint-plugin-react/README.md)
- [@cloudflight/eslint-plugin-node](packages/eslint-plugin-node/README.md)
## Contributing
- [Contributing to the project](CONTRIBUTING.md)