Skip to content

Commit

Permalink
perf: 补充eslint依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 19, 2020
1 parent 40d8dbe commit 1523e3a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
"class-methods-use-this": "off",
// 允许下划线变量命名
"no-underscore-dangle": "off",
"import/no-extraneous-dependencies": "off"
},
parserOptions: {
parser: "@typescript-eslint/parser",
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,47 +38,47 @@
"deploy": "npm run lib && npm publish"
},
"devDependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
"path": "^0.12.7",
"pinyin-match": "^1.0.9",
"svg-sprite-loader": "^4.1.6",
"vue": "2.6.11",
"vue-awesome": "^3.5.4",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.5.0",
"vuedraggable": "^2.23.2",
"element-ui": "^2.13.2",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@riophae/vue-treeselect": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "4.5.4",
"@vue/cli-plugin-eslint": "4.5.4",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-plugin-typescript": "4.5.4",
"@vue/cli-plugin-unit-mocha": "4.5.4",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-typescript": "^5.0.2",
"axios": "^0.19.2",
"babel-eslint": "^10.0.2",
"babel-plugin-component": "^1.1.1",
"chai": "^4.2.0",
"core-js": "3.6.5",
"cross-env": "^7.0.2",
"dayjs": "1.8.20",
"element-ui": "^2.13.2",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-vue": "^5.2.3",
"html-webpack-include-assets-plugin": "^2.0.0",
"husky": "^3.0.9",
"inquirer": "^6.5.2",
"lint-staged": "^9.2.0",
"lodash": "^4.17.14",
"node-sass": "^4.12.0",
"svgo-loader": "2.2.1",
"path": "^0.12.7",
"pinyin-match": "^1.0.9",
"sass-loader": "^7.1.0",
"svg-sprite-loader": "^4.1.6",
"svgo-loader": "2.2.1",
"typescript": "~3.8.3",
"vue": "2.6.11",
"vue-awesome": "^3.5.4",
"vue-class-component": "^7.2.3",
"vue-cli-plugin-axios": "0.0.4",
"vue-property-decorator": "^8.5.0",
"vue-template-compiler": "2.6.11",
"vuedraggable": "^2.23.2",
"webpack": "^4.35.3",
"webpack-bundle-analyzer": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/form-designer/src/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ import '@riophae/vue-treeselect/dist/vue-treeselect.css';
Tinymce,
FileUpload,
},
name: 'GenerateFormItem'
name: 'GenerateFormItem',
})
export default class GenerateFormItem extends Vue {
$refs!: {
Expand Down

0 comments on commit 1523e3a

Please sign in to comment.