@clipchamp/tslint-config
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@clipchamp/tslint-config", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Clipchamp's TypeScript configuration. Consistent code a day keeps the linter away", | ||
@@ -5,0 +5,0 @@ "main": "tslint-base.json", |
@@ -6,2 +6,14 @@ # Clipchamp TS Style-Guide | ||
Get up and running by installing the npm package: `@clipchamp/tslint-config` | ||
```sh | ||
npm install --save-dev @clipchamp/tslint-config | ||
``` | ||
And don't forget the peer dependencies: | ||
- codelyzer | ||
- sonar-ts | ||
- tslint | ||
## Setting Up For Your Project | ||
@@ -8,0 +20,0 @@ |
@@ -173,3 +173,2 @@ { | ||
"no-unused-expression": true, | ||
"no-use-before-declare": true, | ||
"no-use-of-empty-return-value": true, | ||
@@ -176,0 +175,0 @@ "no-useless-cast": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8443
52
249