eslint-config-uclaradio

1.0.19 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.19
    0
    • latest

Version History

Package Sidebar

Install

npm i eslint-config-uclaradio

Weekly Downloads

1

Version

1.0.19

License

MIT

Last publish

Collaborators

  • uclaradioweb
  • nathunsmitty