]> git.proxmox.com Git - pve-eslint.git/blame_incremental - eslint/docs/developer-guide/code-conventions.md
import 8.3.0 source
[pve-eslint.git] / eslint / docs / developer-guide / code-conventions.md
... / ...
CommitLineData
1# Code Conventions
2
3Code conventions for ESLint are determined by
4[eslint-config-eslint](https://www.npmjs.com/package/eslint-config-eslint).
5
6The rationales for the specific rules in use can be found by looking to the
7project documentation for any given rule. If the rule is one of our own, see
8our own [rule documentation](https://eslint.org/docs/rules/) and otherwise, see
9the documentation of the plugin in which the rule can be found.