mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-10-11 13:02:31 +00:00
10 lines
440 B
Markdown
10 lines
440 B
Markdown
# Code Conventions
|
|
|
|
Code conventions for ESLint are determined by
|
|
[eslint-config-eslint](https://www.npmjs.com/package/eslint-config-eslint).
|
|
|
|
The rationales for the specific rules in use can be found by looking to the
|
|
project documentation for any given rule. If the rule is one of our own, see
|
|
our own [rule documentation](https://eslint.org/docs/rules/) and otherwise, see
|
|
the documentation of the plugin in which the rule can be found.
|