Browse Source

Set "linebreak-style" rule to 0

master
Futago-za Ryuu 6 years ago
parent
commit
081856cdeb
  1. 5
      .eslintrc.json

5
.eslintrc.json

@ -1,3 +1,6 @@
{
"extends": "dmajda"
"extends": "dmajda",
"rules": {
"linebreak-style": 0
}
}

Loading…
Cancel
Save