@eclipse-glsp/dev
Advanced tools
Comparing version 1.1.0-next.2fda3cf.122 to 1.1.0-next.3b7f01d.144
{ | ||
"name": "@eclipse-glsp/dev", | ||
"version": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"version": "1.1.0-next.3b7f01d.144+3b7f01d", | ||
"description": "All-in-one meta package that provides the GLSP development and test configuration packages, as well as the GLSP CLI package", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@eclipse-glsp/cli": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"@eclipse-glsp/config": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"@eclipse-glsp/config-test": "1.1.0-next.2fda3cf.122+2fda3cf" | ||
"@eclipse-glsp/cli": "1.1.0-next.3b7f01d.144+3b7f01d", | ||
"@eclipse-glsp/config": "1.1.0-next.3b7f01d.144+3b7f01d", | ||
"@eclipse-glsp/config-test": "1.1.0-next.3b7f01d.144+3b7f01d" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2fda3cf3b1e1c2dc1665f692efd5f50239b3da4b" | ||
"gitHead": "3b7f01d088c3dc4048b5428b6660aafe9783dde9" | ||
} |
# Eclipse GLSP - All-in-one dev package | ||
A meta package that includes all shared configuration packages Eclipse GLSP components. | ||
In addition, it also provides the GLSP CLI application | ||
In addition, it also provides the GLSP CLI application. | ||
@@ -41,2 +41,6 @@ The package is available via npm and can be used by all GLSP components implemented with Typescript. | ||
In addition, a custom configuration for projects that use `mocha` is available: | ||
- `@eclipse-glsp/ts-config/mocha` | ||
### ESLint | ||
@@ -68,3 +72,3 @@ | ||
**Or add a `.prettierrc.json` to the workspace root**: | ||
**Or add a `.prettierrc` to the workspace root**: | ||
@@ -77,3 +81,3 @@ ```json | ||
**Create a `.mocharc.json`**: | ||
**Create a `.mocharc`**: | ||
@@ -89,6 +93,8 @@ ```json | ||
**Add a `.nycrc.json` to your project root**: | ||
**Add a `.nycrc` to your project root**: | ||
```json | ||
"@eclipse-glsp/prettier-config" | ||
{ | ||
"extends": "@eclipse-glsp/nyc-config" | ||
} | ||
``` | ||
@@ -95,0 +101,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39502
104