mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
13 lines
286 B
JSON
13 lines
286 B
JSON
|
{
|
||
|
"name": "CppCoreGuidelinesCheck",
|
||
|
"version": "0.0.0",
|
||
|
"description": "CppCoreGuidelines Check",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"remark": "^4.2.0",
|
||
|
"remark-lint": "^3.2.0",
|
||
|
"remark-lint-sentence-newline": "^2.0.0",
|
||
|
"remark-validate-links": "^3.0.0"
|
||
|
}
|
||
|
}
|