@viamrobotics/prettier-config
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,4 +6,8 @@ { | ||
}, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Common Prettier configuration for Viam projects.", | ||
"files": [ | ||
"**/*", | ||
"!tsconfig.json" | ||
], | ||
"types": "./base.d.cts", | ||
@@ -16,2 +20,5 @@ "exports": { | ||
}, | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"repository": { | ||
@@ -29,6 +36,3 @@ "type": "git", | ||
"prettier": ">=2 <3" | ||
}, | ||
"scripts": { | ||
"build": "tsc" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2491
4
22