Files
WebGpu-Wasm-Raytracing-And-…/node_modules/get-proto/.eslintrc

11 lines
104 B
Plaintext
Raw Normal View History

2025-12-25 10:57:33 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"sort-keys": "off",
},
}