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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user