]> git.proxmox.com Git - pve-eslint.git/blob - eslint/docs/src/developer-guide/code-conventions.md
build: add missing dh-nodejs to build-dependencies
[pve-eslint.git] / eslint / docs / src / developer-guide / code-conventions.md
1 ---
2 title: Code Conventions
3 layout: doc
4 ---
5
6 Code conventions for ESLint are determined by
7 [eslint-config-eslint](https://www.npmjs.com/package/eslint-config-eslint).
8
9 The rationales for the specific rules in use can be found by looking to the
10 project documentation for any given rule. If the rule is one of our own, see
11 our own [rule documentation](https://eslint.org/docs/rules/) and otherwise, see
12 the documentation of the plugin in which the rule can be found.
13
14 If you need to make changes to a `package.json` file, please see the
15 [package.json conventions](./package-json-conventions).