koel/.eslintrc

7 lines
67 B
Text
Raw Normal View History

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