lix-website/themes/lix/assets/bootstrap/node_modules/es-object-atoms/.eslintrc

17 lines
229 B
Plaintext
Raw Normal View History

2024-04-27 03:39:10 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}