@cosmwallet/config-format
v0.0.5
Published
Common formatting configuration for `CosmWallet` libraries.
Readme
@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"
}