1
0
Fork 0
simple-auction/.eslintrc

8 lines
90 B
Plaintext

{
"rules": {
"indent": ["error", "tab"],
"no-tabs": "off"
},
"extends": "airbnb"
}