➕ Add prettier
.prettierrc.js
0 → 100644
{ | ||
"name": "@vuenistra/unistra-formbuilder", | ||
"name": "@vue-unistra/unistra-formbuilder", | ||
"version": "2.0.6-test", | ||
"main": "dist/index.js", | ||
"files": [ | ||
... | ... | @@ -8,10 +8,13 @@ |
], | ||
"license": "MIT", | ||
"publishConfig": { | ||
"@vuenistra:registry":"https://git.unistra.fr/api/v4/projects/17432/packages/npm/" | ||
"@vue-unistra:registry": "https://git.unistra.fr/api/v4/projects/17432/packages/npm/" | ||
}, | ||
"scripts": { | ||
"build": "bili" | ||
"build": "bili", | ||
"lint": "eslint --ext .js,.vue src test", | ||
"lint:fix": "eslint --ext .js,.vue src test --fix", | ||
"lint:config": "eslint --print-config .eslintrc.js | eslint-config-prettier-check" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.20", | ||
... | ... | @@ -25,8 +28,11 @@ |
"bili": "^5.0.5", | ||
"eslint": "^7.13.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-vue": "^7.1.0", | ||
"prettier": "^2.2.1", | ||
"rollup-plugin-vue": "5.1.9", | ||
"rollup-plugin-vuetify": "^0.2.4", | ||
"vue-template-compiler": "^2.6.11", | ||
... | ... |
Please register or sign in to comment