skedify-types
Advanced tools
Comparing version 0.4.9 to 0.4.10
# skedify-types | ||
## 0.4.10 | ||
### Patch Changes | ||
- e0acd10c6: chore: restrict eslint warnings to 0 in all projects | ||
- 7e5a9b23d: chore: setup proper ts references implementation | ||
## 0.4.9 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "skedify-types", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "Skedify Types", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"tsup": "^6.6.3", | ||
"@pexip-engage/tsconfig": "0.0.7", | ||
"eslint-config-pexip-engage": "0.0.13" | ||
"@pexip-engage/tsconfig": "0.0.8", | ||
"eslint-config-pexip-engage": "0.0.14" | ||
}, | ||
@@ -59,7 +59,7 @@ "volta": { | ||
"clean": "rm -rf .turbo node_modules dist typings", | ||
"dev": "concurrently \"tsc -w\" \"tsup --watch\"", | ||
"lint": "cross-env TIMING=1 eslint .", | ||
"dev": "concurrently \"tsc --build --watch\" \"tsup --watch\"", | ||
"lint": "cross-env TIMING=1 eslint --max-warnings=0 .", | ||
"lint:fix": "pnpm lint --fix", | ||
"typecheck": "tsc" | ||
"typecheck": "tsc --build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
134897