onnxruntime/js/web/lib/onnxjs
Yulong Wang 247ce21859
[js] optimize eslint config (#18460)
### Description
optimize eslint config to:
- set parserOptions.project to `true` to allow @typescript-eslint/parser
to find the nearest tsconfig.json file to that source file. This helps
to avoid parsing extra files, may helps with:
- reduce the possibility of seeing OOM or stackoverflow with "npm run
lint"
   - faster processing
- enforce rule "no-underscore-dangle" with a list of exceptions.
2023-11-20 12:00:56 -08:00
..
backends
ort-schema
attribute-with-cache-key.ts [js] optimize eslint config (#18460) 2023-11-20 12:00:56 -08:00
attribute.ts
backend.ts
execution-plan.ts
graph.ts
instrument.ts
model.ts
operators.ts
opset.ts
session-handler-inference.ts
session.ts
tensor.ts
util.ts