Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 689 Bytes

NOTES.md

File metadata and controls

16 lines (11 loc) · 689 Bytes

package.json

There are some dependencies and devDependencies in the package.json file for which it may not be readily understood why they are listed. This is the explanation:

dependencies

Dependency Reason
remark-lint The eslint-config-frost-standard dependency provides both the eslint-plugin-ember-standard and eslint-plugin-ocd dependencies, both of which provide the remark-lint dependency at version ^6.0.1. This version of remark-lint is incompatible with this repository's code though, so this repository has its own explicit dependency on remark-lint at version ^5.4.0.

devDependencies

Dependency Reason
n/a n/a