mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
* [js/web] integrate latest changes from onnxjs * apply ESLint rules: filename-case and header * remove filename-case rule for wasm .d.ts
18 lines
620 B
JSON
18 lines
620 B
JSON
{
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"clang-format": "^1.5.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^32.3.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"eslint-plugin-unicorn": "^31.0.0",
|
|
"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},web/{lib,script,test}/**/*.ts}\" --style=file -i"
|
|
}
|
|
}
|