0.0.5 • Published 5 years ago
@cosmwallet/config-format v0.0.5
@cosmwallet/config-format
Common formatting configuration for CosmWallet libraries.
Tool: Prettier
Exposed CLI commands:
cosmwallet-config-formatcosmwallet-config-format-fix
Usage
Add prettier.config.js:
module.exports = require('@cosmwallet/config-format');Add .prettierignore:
node_modules
.vscode
package.json
dist
.nyc_outputUse CLI commands above in package.json:
"scripts": {
"format": "cosmwallet-config-format",
"format-fix": "cosmwallet-config-format-fix"
}0.0.5
5 years ago