]> git.proxmox.com Git - pve-eslint.git/blame - eslint/docs/developer-guide/code-conventions.md
import 8.3.0 source
[pve-eslint.git] / eslint / docs / developer-guide / code-conventions.md
CommitLineData
eb39fafa
DC
1# Code Conventions
2
609c276f
TL
3Code conventions for ESLint are determined by
4[eslint-config-eslint](https://www.npmjs.com/package/eslint-config-eslint).
eb39fafa 5
609c276f
TL
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.