koel/.eslintrc

7 lines
67 B
Text
Raw Normal View History

2016-11-26 10:25:35 +07:00
{
"extends": "vue",
"rules": {
"no-multi-str": "off"
}
}