You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
192 B
12 lines
192 B
{
|
|
"extends": "standard",
|
|
"rules": {
|
|
"brace-style": 0,
|
|
"comma-dangle": 0,
|
|
"indent": 0,
|
|
"operator-linebreak": 0,
|
|
"padded-blocks": 0,
|
|
"quotes": 0,
|
|
"semi": 0
|
|
}
|
|
}
|
|
|