2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-22 14:10:36 +03:00
Files
vue-tribute/.eslintrc
T

8 lines
112 B
Plaintext

{
"extends": "standard",
"rules": {
"arrow-parens": [2, "as-needed"],
"quotes": [2, "double"]
}
}