0.3.5 • Published 7 years ago

eslint-config-redacademy v0.3.5

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

RED ESLint

Installation

First, install dependencies:

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

Then, install the ESLint config:

npm install --save-dev eslint-config-redacademy

Configure .eslintrc

{
  "extends": "redacademy"
}
0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago