UNPKG

@hashgraph/hedera-cli

Version:

CLI tool to manage and setup developer environments for Hedera Hashgraph.

12 lines (11 loc) 267 B
{ "extends": ["airbnb-typescript", "plugin:prettier/recommended"], "parserOptions": { "project": "./tsconfig.json" }, "rules": { "react/jsx-filename-extension": [0], "import/no-extraneous-dependencies": "off", "import/extensions": "off" } }