1.0.19 • Published 8 years ago

eslint-config-uclaradio v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

eslint-config-uclaradio

Greenkeeper badge dependencies Status peerDependencies Status

How UCLA Radio writes Javascript. We use this on our website! There isn't very much exciting here, this is just a combination of Airbnb's JavaScript style configuration combined with Prettier's styling rules (with some modifications made). You can add it to your project by installing eslint and prettier first, then eslint-config-uclaradio, then adding it to your .eslintrc file.

Installation

What you put in your terminal:

# We prefer yarn, but npm also works
yarn add --dev eslint prettier
yarn add --dev eslint-config-uclaradio

Then configure your .eslintrc.json (or alternative) as follows:

{
  "extends": "uclaradio"
}
1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.11

8 years ago

1.0.12

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago