@common-web/lint-staged
Advanced tools
Comparing version 1.0.3 to 1.0.4
module.exports = { | ||
"*.ts?x": ["tsc -p tsconfig.json --noEmit", "prettier --write", "git add"] | ||
"*.{ts, js, tsx}": ["prettier --write", "git add"], | ||
'**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit' | ||
}; |
{ | ||
"name": "@common-web/lint-staged", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Common Lint staged config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
53447
4