Update vue-inflection tag for correct tables
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"debounce": "^1.2.1", | "debounce": "^1.2.1", | ||
"inflection-table": "https://git.app.uib.no/api/v4/projects/16442/jobs/artifacts/0.2.19/raw/module.tar.gz?job=publish", | "inflection-table": "https://git.app.uib.no/api/v4/projects/16442/jobs/artifacts/0.2.20/raw/module.tar.gz?job=publish", | ||
"vue": "^2.6.12", | "vue": "^2.6.12", | ||
"vue-awesome": "^3.5.4", | "vue-awesome": "^3.5.4", | ||
"vue-material-design-icons": "^4.11.0", | "vue-material-design-icons": "^4.11.0", | ||
... | @@ -46,7 +46,8 @@ | ... | @@ -46,7 +46,8 @@ |
], | ], | ||
"rules": { | "rules": { | ||
"no-irregular-whitespace": "off", | "no-irregular-whitespace": "off", | ||
"no-unused-vars": "off" | "no-unused-vars": "off", | ||
"no-console": 0 | |||
}, | }, | ||
"parserOptions": { | "parserOptions": { | ||
"parser": "babel-eslint" | "parser": "babel-eslint" | ||
... | ... |
Please register or sign in to comment