0.6.1 • Published 7 years ago

@topagentnetwork/eslint-config-tan-node v0.6.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

eslint-config-tan-node

ESLint config for TAN node 6 based projects.

Installation

NPM

(
  export PKG=@topagentnetwork/eslint-config-tan-node;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
)

YARN

(
  export PKG=@topagentnetwork/eslint-config-tan-node
  yarn info "$PKG" peerDependencies --json| command jq '.data | to_entries | .[] | "\(.key)@\(.value)"' | xargs yarn add --dev "$PKG"
)

Add the following .eslintrc file to your project

{
  "extends": "@topagentnetwork/tan-node"
}
0.6.1

7 years ago

0.5.0

7 years ago