eslint-config-meerkats

1.0.6 • Public • Published

Meerkats Javascript Styleguide

It's based very closely on Airbnb but for Node and Angular, not React.

Getting Started

Install this into your project with eslint and you should be good to go

npm install --save-dev eslint-config-meerkats

Add an .eslintrc file to the root of your project that looks like

{
  "extends": "meerkats",
  // Customize as needed!
  // "rules": {
  // }
}

Upgrading from 1.0.4

You will need to remove from your project's packages.json:

"eslint-plugin-shadow-exception": "^1.1.2",

This is no longer required as it's built into eslint (and causes an npm install to fail)

Author

This repo is created and maintained by Meerkats The Brand Leadership Company in Subiaco, Western Australia

Package Sidebar

Install

npm i eslint-config-meerkats

Weekly Downloads

1

Version

1.0.6

License

MIT

Last publish

Collaborators

  • craiglonsdale
  • jimmyhillis
  • meerkats