ts-auto-guard
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
{ | ||
"name": "ts-auto-guard", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "Generate type guard functions from TypeScript interfaces", | ||
@@ -13,4 +13,4 @@ "homepage": "https://github.com/rhys-vdw/ts-auto-guard", | ||
"lint": "eslint .", | ||
"format": "eslint --fix --ext ts && prettier --write src/**/*.ts", | ||
"format:check": "prettier --list-different src/**/*.ts" | ||
"format": "eslint --fix --ext ts && prettier --write *.json *.js *.yml src/**/*.ts .github/**/*.yml", | ||
"format:check": "prettier --list-different *.json *.js *.yml src/**/*.ts .github/**/*.yml" | ||
}, | ||
@@ -17,0 +17,0 @@ "bin": { |
82032