2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

add prettier ignore

This commit is contained in:
Jeff
2020-02-22 11:26:43 -08:00
parent 5dec879dbc
commit 14e830e97d
3 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"build:docs": "cd docs && yarn build",
"build:preview": "cd docs && yarn build",
"test": "jest",
"lint": "npx eslint 'src/**/*.{js,vue}'"
"lint": "npx eslint '**/*.{js,vue}'",
"prettier": "npx prettier '**/*.{js,vue}'"
},
"repository": {
"type": "git",