lix-website/themes/lix/assets/bootstrap/node_modules/es-define-property/.eslintrc

14 lines
144 B
Plaintext
Raw Normal View History

2024-04-27 03:39:10 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}