wgpu/node_modules/has-property-descriptors/.eslintrc
2024-05-27 21:32:40 +12:00

13 lines
173 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}