mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
17 lines
512 B
JSON
17 lines
512 B
JSON
|
|
{
|
||
|
|
"devDependencies": {
|
||
|
|
"@typescript-eslint/parser": "^4.18.0",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
||
|
|
"clang-format": "^1.5.0",
|
||
|
|
"eslint": "^7.22.0",
|
||
|
|
"eslint-plugin-import": "^2.22.1",
|
||
|
|
"eslint-plugin-jsdoc": "^32.3.0",
|
||
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||
|
|
"typescript": "^4.2.3"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"lint": "eslint . --ext .ts",
|
||
|
|
"format": "clang-format --glob=\"{common/lib/**/*.ts,node/{lib,script,test}/**/*.ts,node/src/**/*.{cc,h}}\" --style=file -i"
|
||
|
|
}
|
||
|
|
}
|