🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
276 B
Plaintext
Executable File
17 lines
276 B
Plaintext
Executable File
{
|
|
"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": {}
|
|
}
|