Skip to content

Commit

Permalink
Merge pull request #76 from rosticos/issue-62-async-api
Browse files Browse the repository at this point in the history
feat/исправлены правила линтера, добавлен asyncapi
  • Loading branch information
rpiontik authored Aug 17, 2022
2 parents f21668d + c0d867a commit 837de27
Show file tree
Hide file tree
Showing 23 changed files with 1,739 additions and 78 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"comma-dangle": [
"error",
"never"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/vscode-dist
/certs
/gitlab

Expand Down
4 changes: 0 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
module.exports = {
plugins: [
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-proposal-optional-chaining'
],
presets: [
'@vue/cli-plugin-babel/preset'
]
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"corp": "set NODE_OPTIONS=--openssl-legacy-provider && npx vue-cli-service serve",
"test": "jest --watch",
"meta-import": "node src/tools/meta/import.js"
},
"dependencies": {
"@asyncapi/web-component": "0.24.23",
"@mdi/font": "5.9.55",
"axios": "0.21.1",
"dateformat": "3.0.3",
Expand All @@ -27,19 +27,20 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@types/jest": "28.1.6",
"@vue/cli-plugin-babel": "4.2.2",
"@vue/cli-plugin-eslint": "4.2.2",
"@vue/cli-service": "4.2.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"css-loader": "3.4.2",
"eslint": "7.32.0",
"eslint-plugin-vue": "7.20.0",
"html-webpack-inline-source-plugin": "0.0.10",
"jest": "28.1.3",
"postcss-loader": "2.0.8",
"raw-loader": "4.0.2",
"vue-loader": "13.7.3",
"vue-monaco": "0.3.1",
"vue-style-loader": "3.1.2",
"vue-template-compiler": "2.6.11"
Expand Down
Loading

0 comments on commit 837de27

Please sign in to comment.