Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 591 Bytes

code-conventions.md

File metadata and controls

15 lines (12 loc) · 591 Bytes
title layout
Code Conventions
doc

Code conventions for ESLint are determined by 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 and otherwise, see the documentation of the plugin in which the rule can be found.

If you need to make changes to a package.json file, please see the package.json conventions.