yaml-language-server 1.13.1-58618b9.0 → 1.13.1-7dd0fc7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yaml-language-server",
3
3
  "description": "YAML language server",
4
- "version": "1.13.1-58618b9.0",
4
+ "version": "1.13.1-7dd0fc7.0",
5
5
  "author": "Gorkem Ercan (Red Hat)",
6
6
  "license": "MIT",
7
7
  "contributors": [
@@ -79,7 +79,8 @@
79
79
  "test": "mocha --require ts-node/register --timeout 5000 --ui bdd ./test/*.test.ts",
80
80
  "coverage": "nyc mocha --require ts-node/register --timeout 5000 --require source-map-support/register --recursive --ui bdd ./test/*.test.ts",
81
81
  "coveralls": "nyc --reporter=lcov --reporter=text mocha --timeout 5000 --require ts-node/register --require source-map-support/register --recursive --ui bdd ./test/*.test.ts",
82
- "lint": "eslint --max-warnings 0 -c .eslintrc.js -f @microsoft/eslint-formatter-sarif -o eslint-result.sarif --ext .ts src test",
82
+ "lint": "eslint --max-warnings 0 -c .eslintrc.js --ext .ts src test",
83
+ "lint-ci": "eslint --max-warnings 0 -c .eslintrc.js -f @microsoft/eslint-formatter-sarif -o eslint-result.sarif --ext .ts src test",
83
84
  "prettier-fix": "yarn prettier --write .",
84
85
  "build": "yarn clean && yarn lint && yarn compile && yarn build:libs",
85
86
  "build:libs": "yarn compile:umd && yarn compile:esm",