@fauna/typescript
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@fauna/typescript", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.", | ||
@@ -27,3 +27,5 @@ "main": "index.js", | ||
"mentions-regex": "^2.0.3", | ||
"parse-commit-message": "^5.0.4" | ||
"parse-commit-message": "^5.0.4", | ||
"@eslint/js": "^9.13.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.1" | ||
}, | ||
@@ -37,6 +39,3 @@ "peerDependencies": { | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.13.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.1" | ||
} | ||
"devDependencies": {} | ||
} |
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
0
7475
7
+ Added@eslint/js@^9.13.0
+ Addedeslint-plugin-simple-import-sort@12.1.1(transitive)