0.3.0 • Published 6 years ago

eslint-config-jitta v0.3.0

Weekly downloads
22
License
ISC
Repository
github
Last release
6 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

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago