0.4.1 • Published 7 years ago

@topagentnetwork/eslint-config-tan-node4 v0.4.1

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

eslint-config-tan-node4

ESLint config for TAN node 4 based projects.

Installation

NPM

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

YARN

(
  export PKG=@topagentnetwork/eslint-config-tan-node4
  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-node4"
}
0.4.1

7 years ago

0.4.0

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago