0.3.0 • Published 7 years ago

eslint-config-jitta v0.3.0

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

Linter config for JavaScript universal development

Installation

using yarn add

(
  export PKG=eslint-config-jitta;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
)

using npm install

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

Usage

Add the extends to your .eslintrc

{
    "extends": "jitta"
}
0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.8

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago