tutorials/frontendJS/respotify/.eslintrc

7 lines
97 B
Plaintext
Raw Normal View History

2016-08-24 13:48:35 -04:00
{
"extends": "airbnb",
"rules": {
"arrow-body-style": 0,
"no-param-reassign": 0
}
}