Add support for linting based on schemas in WebIDE
This allows us to lint our .gitlab-ci.yml file and other yaml files in general
Showing
... | ... | @@ -97,6 +97,7 @@ |
"jquery.caret": "^0.3.1", | ||
"jquery.waitforimages": "^2.2.0", | ||
"js-cookie": "^2.2.1", | ||
"js-yaml": "^3.13.1", | ||
"jszip": "^3.1.3", | ||
"jszip-utils": "^0.0.2", | ||
"katex": "^0.10.0", | ||
... | ... | @@ -105,8 +106,9 @@ |
"mermaid": "^8.5.2", | ||
"mersenne-twister": "1.1.0", | ||
"minimatch": "^3.0.4", | ||
"monaco-editor": "^0.18.1", | ||
"monaco-editor-webpack-plugin": "^1.7.0", | ||
"monaco-editor": "^0.20.0", | ||
"monaco-editor-webpack-plugin": "^1.9.0", | ||
"monaco-yaml": "^2.4.0", | ||
"mousetrap": "^1.4.6", | ||
"pdfjs-dist": "^2.0.943", | ||
"pikaday": "^1.8.0", | ||
... | ... | @@ -220,7 +222,7 @@ |
}, | ||
"resolutions": { | ||
"chokidar": "^3.4.0", | ||
"monaco-editor": "0.18.1", | ||
"monaco-editor": "0.20.0", | ||
"vue-jest/ts-jest": "24.0.0" | ||
}, | ||
"engines": { | ||
... | ... |
Please register or sign in to comment