eslint-config-jitta

0.3.0 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-jitta

Weekly Downloads

17

Version

0.3.0

License

ISC

Unpacked Size

71 kB

Total Files

8

Last publish

Collaborators

  • hunt
  • n3tr
  • nuttt