2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

build: add prettier and eslint (#1090)

This commit is contained in:
Jeff Sagal
2021-07-30 11:01:59 -07:00
committed by GitHub
parent f702040f5b
commit 96819ebb91
7 changed files with 500 additions and 53 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"proseWrap": "always"
}