tutorials/frontendJS/respotify/.eslintrc

7 lines
97 B
Plaintext

{
"extends": "airbnb",
"rules": {
"arrow-body-style": 0,
"no-param-reassign": 0
}
}