ArkanoidTG/WebApp/node_modules/es-define-property/.eslintrc

14 lines
144 B
Plaintext
Raw Permalink Normal View History

2024-11-25 23:14:57 +03:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}