- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
{
|
|
"extends": "airbnb-base/legacy",
|
|
"parserOptions":{
|
|
"ecmaFeatures": {
|
|
"experimentalObjectRestSpread": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"max-len": 0,
|
|
"no-plusplus": 0,
|
|
"no-bitwise": 0,
|
|
"no-param-reassign": 0,
|
|
"no-undef": 0
|
|
},
|
|
"globals": {}
|
|
}
|