Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 558 Bytes

code-conventions.md

File metadata and controls

14 lines (11 loc) · 558 Bytes
title
Code Conventions

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.