1
0
Fork 0
simple-auction/.eslintrc

8 lines
90 B
Plaintext
Raw Permalink Normal View History

2016-12-01 01:19:07 +08:00
{
"rules": {
"indent": ["error", "tab"],
"no-tabs": "off"
},
"extends": "airbnb"
}