]> git.proxmox.com Git - pve-eslint.git/blame - 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
CommitLineData
8f9d1d4d
DC
1---
2title: Code Conventions
3layout: doc
4---
eb39fafa 5
609c276f
TL
6Code conventions for ESLint are determined by
7[eslint-config-eslint](https://www.npmjs.com/package/eslint-config-eslint).
eb39fafa 8
609c276f
TL
9The rationales for the specific rules in use can be found by looking to the
10project documentation for any given rule. If the rule is one of our own, see
11our own [rule documentation](https://eslint.org/docs/rules/) and otherwise, see
12the documentation of the plugin in which the rule can be found.
8f9d1d4d
DC
13
14If you need to make changes to a `package.json` file, please see the
15[package.json conventions](./package-json-conventions).