9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
|
{
|
||
|
"extends": "airbnb-base",
|
||
|
"rules": {
|
||
|
"no-console": 0,
|
||
|
"indent": ["error", 4],
|
||
|
"max-len": [2, {"code": 125, "tabWidth": 4, "ignoreUrls": true}]
|
||
|
}
|
||
|
}
|